Skip to content

Commit

Permalink
Add modelHash field to Frame component
Browse files Browse the repository at this point in the history
  • Loading branch information
zpl-zak committed Jan 18, 2022
1 parent 9ab9396 commit 2aa926c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/framework/src/world/modules/base.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ namespace Framework::World::Modules {

struct Frame {
flecs::string modelName;
uint64_t modelHash;
glm::vec3 scale = glm::vec3(1.0f, 1.0f, 1.0f);
};

Expand Down

0 comments on commit 2aa926c

Please sign in to comment.