Skip to content

Commit

Permalink
fix for loading entity textures
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinEast committed Nov 16, 2019
1 parent 14c493c commit 9caf713
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/entities/Entity.hx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ class Entity
e.nodes = Imports.nodes(data);
e.values = Imports.values(data, template.values);

e._texture = template.texture;

e.updateMatrix();
return e;
}
Expand Down

0 comments on commit 9caf713

Please sign in to comment.