diff options
Diffstat (limited to 'engine/xe_game_object.hpp')
-rw-r--r-- | engine/xe_game_object.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/xe_game_object.hpp b/engine/xe_game_object.hpp index 30625f1..7c4149e 100644 --- a/engine/xe_game_object.hpp +++ b/engine/xe_game_object.hpp @@ -38,7 +38,7 @@ class GameObject { id_t getId() { return id; } std::shared_ptr<Model> model{}; - glm::vec3 color{}; + // glm::vec3 color{}; TransformComponent transform; private: |