[examples] Several fixes and improvements (#6042)

* models_loading_iqm - actually use animIndex

* models_decals - fix button placement

* core_highdpi_testbed - unrelated TODO

* audio_sound_positioning - fix SetSoundPosition and panning

* SetSoundPan is clamped already

* remove version check

* fix 'updated with' in the header
This commit is contained in:
Noiseless Noise
2026-08-07 21:30:27 +02:00
committed by GitHub
parent 7ee0b08647
commit 3580240743
4 changed files with 6 additions and 9 deletions

View File

@@ -97,9 +97,6 @@ int main(void)
// De-Initialization
//--------------------------------------------------------------------------------------
// TODO: Unload all loaded resources at this point
CloseWindow(); // Close window and OpenGL context
//--------------------------------------------------------------------------------------