Indentation errors
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user