Skip to content

Commit 95f961a

Browse files
authored
Fix mismatched arguments for the TexturingInit function in the Texturing example (#199)
Co-authored-by: st0rmbtw <>
1 parent 75cc4da commit 95f961a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/C99/Texturing/Texturing.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ g_example =
3838

3939
void TexturingLoop(double dt);
4040

41-
int TexturingInit(const LLGLRenderSystemDescriptor* rendererDesc, int argc, char* argv[])
41+
int TexturingInit()
4242
{
4343
// Initialize example
4444
if (example_init("Texturing") != 0)

0 commit comments

Comments
 (0)