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:
commit
bd9fc75768
8 changed files with 21 additions and 24 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue