Indentation errors

This commit is contained in:
2025-03-19 02:07:35 +01:00
parent 4b37731a97
commit 4b7389da8d
7 changed files with 93 additions and 93 deletions

View File

@@ -7,11 +7,11 @@
namespace psxsplash {
class GameObject final {
public:
psyqo::Vec3 m_pos;
psyqo::Angle m_rot[3];
Mesh m_mesh;
bool m_is_static;
};
}
class GameObject final {
public:
psyqo::Vec3 m_pos;
psyqo::Angle m_rot[3];
Mesh m_mesh;
bool m_is_static;
};
} // namespace psxsplash