1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

Merge pull request #38659 from akien-mga/3.2-cherrypicks

Cherry-picks for the 3.2 branch (future 3.2.2) - 5th batch
This commit is contained in:
Rémi Verschelde
2020-05-11 12:55:46 +02:00
committed by GitHub
508 changed files with 4244 additions and 1006 deletions

View File

@@ -1542,7 +1542,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;