You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Merge pull request #40706 from akien-mga/style-fix-file_format-macos
Fix code format scripts compat with non-GNU Unices
This commit is contained in:
@@ -71,7 +71,7 @@ internal class VkRenderer {
|
||||
*/
|
||||
fun onVkSurfaceChanged(surface: Surface, width: Int, height: Int) {
|
||||
GodotLib.resize(surface, width, height)
|
||||
|
||||
|
||||
for (plugin in pluginRegistry.getAllPlugins()) {
|
||||
plugin.onVkSurfaceChanged(surface, width, height)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user