1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Remove WinTab error message.

This commit is contained in:
bruvzg
2020-05-07 15:51:19 +03:00
parent b62218bbac
commit ba85db5a79

View File

@@ -2846,7 +2846,7 @@ DisplayServer::WindowID DisplayServerWindows::_create_window(WindowMode p_mode,
wd.tilt_supported = orientation[0].axResolution && orientation[1].axResolution;
}
} else {
ERR_PRINT("WinTab context creation falied.");
print_verbose("WinTab context creation failed.");
}
} else {
wd.wtctx = 0;