Browse Source

entity draw at _position

develop
Robin Thoni 7 years ago
parent
commit
db79753c58
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      UGameEngine/entities/ugeentity.cpp

+ 1
- 1
UGameEngine/entities/ugeentity.cpp View File

91
 
91
 
92
 Vector3D UGEEntity::getRealPoint(const Vector3D &pos)
92
 Vector3D UGEEntity::getRealPoint(const Vector3D &pos)
93
 {
93
 {
94
-    return pos;
94
+    return pos + _position;
95
 }
95
 }
96
 
96
 
97
 ColorVector3D UGEEntity::getRealPoint(const ColorVector3D &pos)
97
 ColorVector3D UGEEntity::getRealPoint(const ColorVector3D &pos)

Loading…
Cancel
Save