position -> mPosition

This commit is contained in:
elijah-thomas774
2025-09-16 20:38:42 -04:00
parent 795183d928
commit bc2d023115
74 changed files with 337 additions and 341 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ public:
private:
f32 getYPos() {
return position.y + sHeight;
return mPosition.y + sHeight;
}
const char *getModelName() const;