fixed errors

This commit is contained in:
AndreaRigoni
2026-03-25 20:30:46 +00:00
parent 6a65fe94c8
commit e4a8499104
17 changed files with 344 additions and 269 deletions

View File

@@ -74,7 +74,7 @@ protected:
void UpdateGrid();
struct ViewportData *d;
struct ViewportData *pv;
Axis m_GridAxis;
std::vector<Puppet*> m_Puppets;
};