From f902cc3f29c2db45b79c9f6f808967e18828e3d0 Mon Sep 17 00:00:00 2001 From: Bigfoot71 Date: Mon, 24 Mar 2025 14:34:21 +0100 Subject: [PATCH] fix typo.. --- src/external/rlsw.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/external/rlsw.h b/src/external/rlsw.h index dca834349..2627ddc3d 100644 --- a/src/external/rlsw.h +++ b/src/external/rlsw.h @@ -458,7 +458,7 @@ void swEnable(SWstate state); void swDisable(SWstate state); void swGetFloatv(SWget name, float* v); -const char* glGetString(SWget name); +const char* swGetString(SWget name); void swViewport(int x, int y, int width, int height); void swScissor(int x, int y, int width, int height); @@ -3320,7 +3320,7 @@ void swGetFloatv(SWget name, float* v) } } -const char* glGetString(SWget name) +const char* swGetString(SWget name) { const char* result = NULL;