diff options
Diffstat (limited to 'src/core/entity.h')
-rw-r--r-- | src/core/entity.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/entity.h b/src/core/entity.h index ba86c53..1e80435 100644 --- a/src/core/entity.h +++ b/src/core/entity.h @@ -315,7 +315,6 @@ public: ~EntityGlobe(); virtual void serialize(std::ostream & os) const; - /*----- inspectors ------------------------------------------------ */ @@ -325,7 +324,7 @@ public: std::string entity_texture; /// client side, texture id - unsigned int entity_texture_id; + unsigned int render_texture; }; } |