Add Alot
This commit is contained in:
@@ -9,9 +9,6 @@ public:
|
||||
Camera(const Vector2f& position, float scale = 1);
|
||||
~Camera() = default;
|
||||
|
||||
Camera(const Camera& other) = default;
|
||||
Camera& operator=(const Camera& other) = default;
|
||||
|
||||
void SetPosition(const Vector2f& position) {
|
||||
m_Position = position;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user