Преглед изворни кода

entity draw at _position

develop
Robin Thoni пре 9 година
родитељ
комит
db79753c58
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      UGameEngine/entities/ugeentity.cpp

+ 1
- 1
UGameEngine/entities/ugeentity.cpp Прегледај датотеку

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…
Откажи
Сачувај