Browse Source

Remove WinTab error message.

bruvzg 5 years ago
parent
commit
ba85db5a79
1 changed files with 1 additions and 1 deletions
  1. 1 1
      platform/windows/display_server_windows.cpp

+ 1 - 1
platform/windows/display_server_windows.cpp

@@ -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;