mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Cosmetics.
This commit is contained in:
@@ -53,7 +53,7 @@ Backend::Backend( const char* title, std::function<void()> redraw, RunQueue* mai
|
||||
#ifdef DISPLAY_SERVER_WAYLAND
|
||||
glfwWindowHint( GLFW_ALPHA_BITS, 0 );
|
||||
#else
|
||||
glfwWindowHint(GLFW_VISIBLE, 0 );
|
||||
glfwWindowHint( GLFW_VISIBLE, 0 );
|
||||
#endif
|
||||
glfwWindowHint( GLFW_CONTEXT_VERSION_MAJOR, 3 );
|
||||
glfwWindowHint( GLFW_CONTEXT_VERSION_MINOR, 2 );
|
||||
|
||||
Reference in New Issue
Block a user