Ver código fonte

entity draw at _position

develop
Robin Thoni 8 anos atrás
pai
commit
db79753c58
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      UGameEngine/entities/ugeentity.cpp

+ 1
- 1
UGameEngine/entities/ugeentity.cpp Ver arquivo

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)

Carregando…
Cancelar
Salvar