diff options
Diffstat (limited to 'src/rlgl.c')
| -rw-r--r-- | src/rlgl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |
