Updated some examples with inconsistencies

This commit is contained in:
Ray
2025-09-04 18:57:00 +02:00
parent fb42819eab
commit 7646d08751
12 changed files with 71 additions and 39 deletions

View File

@@ -1,6 +1,6 @@
/*******************************************************************************************
*
* raylib [models] example - model loading m3d
* raylib [models] example - models loading m3d
*
* Example complexity rating: [★★☆☆] 2/4
*
@@ -31,7 +31,7 @@ int main(void)
const int screenWidth = 800;
const int screenHeight = 450;
InitWindow(screenWidth, screenHeight, "raylib [models] example - model loading m3d");
InitWindow(screenWidth, screenHeight, "raylib [models] example - models loading m3d");
// Define the camera to look into our 3d world
Camera camera = { 0 };