Remove WinTab error message.

(cherry picked from commit ba85db5a79)
This commit is contained in:
bruvzg 2020-05-07 15:51:19 +03:00 committed by Rémi Verschelde
parent 79f3725bdd
commit c4e00f3d57
1 changed files with 1 additions and 1 deletions

View File

@ -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; tilt_supported = orientation[0].axResolution && orientation[1].axResolution;
} }
} else { } else {
ERR_PRINT("WinTab context creation falied."); print_verbose("WinTab context creation failed.");
} }
} else { } else {
wtctx = 0; wtctx = 0;