From e7ef3f208c109357538b1f68af10bcd78db95c95 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Fri, 8 Apr 2022 22:30:12 -0700 Subject: Changeset: 3 More work --- source/SceneThings.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/SceneThings.hpp') diff --git a/source/SceneThings.hpp b/source/SceneThings.hpp index 0e213a6..f8ad000 100644 --- a/source/SceneThings.hpp +++ b/source/SceneThings.hpp @@ -6,7 +6,7 @@ class BuildingObject : public GameObject { private: - RcPtr mMesh; + RcPtr mMesh; RcPtr mMaterial; public: @@ -16,6 +16,6 @@ public: void SetMeshMaterial(Material* material); virtual const Material* GetMeshMaterial() const override; - void SetMesh(Mesh* mesh); - virtual const Mesh* GetMesh() const override; + void SetMesh(GpuMesh* mesh); + virtual const GpuMesh* GetMesh() const override; }; -- cgit v1.2.3-70-g09d2