mirror of
https://github.com/zeldaret/ss
synced 2026-07-10 14:33:47 -04:00
position -> mPosition
This commit is contained in:
@@ -25,7 +25,7 @@ public:
|
||||
|
||||
private:
|
||||
f32 getYPos() {
|
||||
return position.y + sHeight;
|
||||
return mPosition.y + sHeight;
|
||||
}
|
||||
|
||||
const char *getModelName() const;
|
||||
|
||||
Reference in New Issue
Block a user