Fix comment on start of models_transformations.c example

This commit is contained in:
Daniel Bratsberg 2023-10-03 17:47:35 +02:00
parent ddcbcbe7a6
commit 9b1003fa7f

View File

@ -1,8 +1,9 @@
/******************************************************************************************* /*******************************************************************************************
* *
* raylib [models] example - Draw some basic geometric shapes (cube, sphere, cylinder...) * raylib [models] example -Draw a cube and transform it by translating, scaling,
* and rotating.
* *
* Example originally created with raylib 1.0, last time updated with raylib 3.5 * Example originally created with raylib 4.5, last time updated with raylib 4.5
* *
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,
* BSD-like license that allows static linking with closed source software * BSD-like license that allows static linking with closed source software