summaryrefslogtreecommitdiffhomepage
path: root/src/rlgl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rlgl.c')
-rw-r--r--src/rlgl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rlgl.c b/src/rlgl.c
index 8f8d67e7..8f1a66a8 100644
--- a/src/rlgl.c
+++ b/src/rlgl.c
@@ -1092,7 +1092,7 @@ void rlglDrawModel(Model model, Vector3 position, Vector3 rotation, Vector3 scal
rlPushMatrix();
rlTranslatef(position.x, position.y, position.z);
rlScalef(scale.x, scale.y, scale.z);
- //rlRotatef(rotation, 0, 1, 0);
+ rlRotatef(rotation.y, 0, 1, 0);
// TODO: If rotate in multiple axis, get rotation matrix and use rlMultMatrix()