Format tweaks

This commit is contained in:
Ray
2026-06-19 12:27:02 +02:00
parent aaacda6e14
commit 87a6e9693c
7 changed files with 136 additions and 134 deletions

View File

@@ -7212,7 +7212,7 @@ static Model LoadM3D(const char *fileName)
return model;
}
#define M3D_ANIMDELAY 17 // Animation frames delay, (~1000 ms/60 FPS = 16.666666* ms)
#define M3D_ANIMDELAY 17 // Animation frames delay, (~1000 ms/60 FPS = 16.666666 ms)
// Load M3D animation data
static ModelAnimation *LoadModelAnimationsM3D(const char *fileName, int *animCount)