Small Fixes Update (1.2.1)

View CHANGELOG for description on small fixes and add-ons
This commit is contained in:
raysan5
2014-10-17 21:11:58 +02:00
parent 063e26c521
commit 9d27bba23f
10 changed files with 65 additions and 17 deletions

View File

@@ -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()