diff options
| author | raysan5 <[email protected]> | 2021-10-14 13:37:22 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2021-10-14 13:37:22 +0200 |
| commit | ef858b0dbb1fd2bca84caf2eb8952829107a39de (patch) | |
| tree | 13a374abe4087fcbe43f813fd740e1dfb2c5e018 /examples/models/models_yaw_pitch_roll.c | |
| parent | f9c8e31ed7e69ac1ba320f9b6c2e0634643d0ed0 (diff) | |
| download | raylib-ef858b0dbb1fd2bca84caf2eb8952829107a39de.tar.gz raylib-ef858b0dbb1fd2bca84caf2eb8952829107a39de.zip | |
Review examples
Diffstat (limited to 'examples/models/models_yaw_pitch_roll.c')
| -rw-r--r-- | examples/models/models_yaw_pitch_roll.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/models/models_yaw_pitch_roll.c b/examples/models/models_yaw_pitch_roll.c index 5731c4df..19d5edc7 100644 --- a/examples/models/models_yaw_pitch_roll.c +++ b/examples/models/models_yaw_pitch_roll.c @@ -79,7 +79,6 @@ int main(void) model.transform = MatrixRotateXYZ((Vector3){ DEG2RAD*pitch, DEG2RAD*yaw, DEG2RAD*roll }); //---------------------------------------------------------------------------------- - // Draw //---------------------------------------------------------------------------------- BeginDrawing(); |
