1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-07 19:53:17 +00:00

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

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;
}
} else {
ERR_PRINT("WinTab context creation falied.");
print_verbose("WinTab context creation failed.");
}
} else {
wtctx = 0;