ソースを参照

entity draw at _position

develop
Robin Thoni 7年前
コミット
db79753c58
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      UGameEngine/entities/ugeentity.cpp

+ 1
- 1
UGameEngine/entities/ugeentity.cpp ファイルの表示

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

読み込み中…
キャンセル
保存