-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[godot] Fixes #2371, crash on window resize
This is due to a Godot 4.1.1 bug in combination with the latest MoltenVK release. See godotengine/godot#81219 (comment). We are hardcoding the SDK version for now, until the fix has been merged and released in Godot 4.1.x.
- Loading branch information
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"cmake.configureOnOpen": false, | ||
"C_Cpp.intelliSenseEngine": "disabled", | ||
} | ||
"cmake.configureOnOpen": false, | ||
"C_Cpp.intelliSenseEngine": "disabled", | ||
"dotnet.defaultSolution": "disable" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters