mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 18:59:59 +01:00
oops
This commit is contained in:
@@ -338,7 +338,7 @@ bool Rendering::init()
|
||||
return false;
|
||||
}
|
||||
|
||||
#if GLFW_VERSION_MAJOR > 2 && GLFW_VERSION_MINOR > 2
|
||||
#if GLFW_VERSION_MAJOR > 2 && GLFW_VERSION_MINOR > 3
|
||||
wayland_ = glfwGetPlatform() == GLFW_PLATFORM_WAYLAND;
|
||||
if (wayland_)
|
||||
Log::Info("Warning: some features are not available with WAYLAND window manager and framerate might be slow. Vimix prefers X11 window manager.");
|
||||
|
||||
Reference in New Issue
Block a user