Revert mistake

This commit is contained in:
Antonis Geralis 2025-12-19 14:27:16 +02:00 committed by GitHub
parent 4839a073ac
commit 8f7ee9ee10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1076,7 +1076,7 @@ Image GetClipboardImage(void)
} }
// Show mouse cursor // Show mouse cursor
void rlShowCursor(void) void ShowCursor(void)
{ {
glfwSetInputMode(platform.handle, GLFW_CURSOR, GLFW_CURSOR_NORMAL); glfwSetInputMode(platform.handle, GLFW_CURSOR, GLFW_CURSOR_NORMAL);