mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-21 09:11:53 +00:00
Corrected function name
This commit is contained in:
@@ -62,7 +62,7 @@ int main()
|
||||
|
||||
Begin3dMode(camera);
|
||||
|
||||
DrawModel(skybox, VectorZero(), 1.0f, WHITE);
|
||||
DrawModel(skybox, Vector3Zero(), 1.0f, WHITE);
|
||||
|
||||
DrawGrid(10, 1.0f);
|
||||
|
||||
|
Reference in New Issue
Block a user