mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
default radio state tweak, minor bug fixes
This commit is contained in:
@@ -740,7 +740,8 @@ eu07_application::init_glfw() {
|
||||
monitor = glfwGetPrimaryMonitor();
|
||||
|
||||
glfwWindowHint( GLFW_AUTO_ICONIFY, GLFW_FALSE );
|
||||
if( Global.iMultisampling > 0 ) {
|
||||
glfwWindowHint( GLFW_FLOATING, GLFW_FALSE );
|
||||
if( ( Global.iMultisampling > 0 ) && ( Global.gfx_skippipeline ) ) {
|
||||
glfwWindowHint( GLFW_SAMPLES, 1 << Global.iMultisampling );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user