Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2022-08-20 02:45:55 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-08-20 02:45:55 +0300
commit49bda91be56581dd2d33ff1829deec4f07b7d0f1 (patch)
tree5cfc4e9fd04d1dc8a7d0ef18650a57f72863dbe4 /profiler
parent414f467c6ef5ef314c081b82d88fad9f0c81dc4f (diff)
Cosmetics.
Diffstat (limited to 'profiler')
-rw-r--r--profiler/src/BackendGlfw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiler/src/BackendGlfw.cpp b/profiler/src/BackendGlfw.cpp
index 0ad07cae..8fa06fc8 100644
--- a/profiler/src/BackendGlfw.cpp
+++ b/profiler/src/BackendGlfw.cpp
@@ -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 );