mirror of
				https://github.com/raysan5/raylib.git
				synced 2025-10-26 12:27:01 +00:00 
			
		
		
		
	minor format tweak
This commit is contained in:
		| @@ -4043,7 +4043,7 @@ static bool InitGraphicsDevice(int width, int height) | ||||
|         glfwWindowHint(GLFW_OPENGL_DEBUG_CONTEXT, GLFW_TRUE);   // Enable OpenGL Debug Context | ||||
| #endif | ||||
|     } | ||||
|     else if (rlGetVersion() == RL_OPENGL_ES_20)                    // Request OpenGL ES 2.0 context | ||||
|     else if (rlGetVersion() == RL_OPENGL_ES_20)                 // Request OpenGL ES 2.0 context | ||||
|     { | ||||
|         glfwWindowHint(GLFW_CONTEXT_VERSION_MAJOR, 2); | ||||
|         glfwWindowHint(GLFW_CONTEXT_VERSION_MINOR, 0); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ray
					Ray