mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-17 15:21:44 +00:00
EXAMPLES: Format tweaks
This commit is contained in:
@@ -137,7 +137,7 @@ int main(void)
|
||||
|
||||
glfwWindowHint(GLFW_SAMPLES, 4);
|
||||
glfwWindowHint(GLFW_DEPTH_BITS, 16);
|
||||
|
||||
|
||||
// WARNING: OpenGL 3.3 Core profile only
|
||||
glfwWindowHint(GLFW_CONTEXT_VERSION_MAJOR, 3);
|
||||
glfwWindowHint(GLFW_CONTEXT_VERSION_MINOR, 3);
|
||||
|
Reference in New Issue
Block a user