浏览代码

Remove WinTab error message.

(cherry picked from commit ba85db5a79212346725f3c66b6d891c4d42e7412)
bruvzg 5 年之前
父节点
当前提交
c4e00f3d57
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      platform/windows/os_windows.cpp

+ 1 - 1
platform/windows/os_windows.cpp

@@ -1487,7 +1487,7 @@ Error OS_Windows::initialize(const VideoMode &p_desired, int p_video_driver, int
 				tilt_supported = orientation[0].axResolution && orientation[1].axResolution;
 			}
 		} else {
-			ERR_PRINT("WinTab context creation falied.");
+			print_verbose("WinTab context creation failed.");
 		}
 	} else {
 		wtctx = 0;