REVIEWED: Example shaders_normalmap, it crashes #5032

This commit is contained in:
Ray
2025-08-07 17:28:25 +02:00
parent 47d1cc200d
commit 54473e2c2b
2 changed files with 29 additions and 26 deletions

View File

@@ -22,7 +22,7 @@
//------------------------------------------------------------------------------------
// Module functions declaration
//------------------------------------------------------------------------------------
void NormalizeKernel(float *kernel, int size);
static void NormalizeKernel(float *kernel, int size);
//------------------------------------------------------------------------------------
// Program main entry point