Transform in Transform Component now public
This commit is contained in:
@@ -23,7 +23,6 @@ struct Transform {
|
||||
void rotate(Quaternion quat);
|
||||
void scale(Vector scale);
|
||||
|
||||
private:
|
||||
Math::Transform transform;
|
||||
};
|
||||
DECLARE_COMPONENT(Transform)
|
||||
|
||||
Reference in New Issue
Block a user