mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
REVIEWED: Example shaders_normalmap, it crashes #5032
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
//------------------------------------------------------------------------------------
|
||||
// Module functions declaration
|
||||
//------------------------------------------------------------------------------------
|
||||
void NormalizeKernel(float *kernel, int size);
|
||||
static void NormalizeKernel(float *kernel, int size);
|
||||
|
||||
//------------------------------------------------------------------------------------
|
||||
// Program main entry point
|
||||
|
||||
Reference in New Issue
Block a user