1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2024-11-25 09:44:02 +00:00
This commit is contained in:
fgenesis 2022-07-02 21:04:18 +02:00
parent 74d37873f7
commit 71ceac4d22

View file

@ -196,7 +196,7 @@ static glm::mat4 matrixChain(const RenderObject *ro)
glm::vec3(ro->position.x+ro->offset.x, ro->position.y+ro->offset.y, 0)
),
ro->rotation.z + ro->rotationOffset.z,
glm::vec3(0, 0, 1)
glm::vec3(0.0f, 0.0f, 1.0f)
),
glm::vec3(ro->beforeScaleOffset.x, ro->beforeScaleOffset.y, 0.0f)
),