mirror of
https://github.com/godotengine/godot.git
synced 2026-01-01 05:49:28 +03:00
Fix segfault on x11
This commit is contained in:
@@ -121,7 +121,7 @@ def make_default_controller_mappings(target, source, env):
|
||||
g.write("\t\"{}\",\n".format(mapping))
|
||||
g.write("#endif\n")
|
||||
|
||||
g.write("};\n")
|
||||
g.write("\tNULL\n};\n")
|
||||
g.close()
|
||||
|
||||
env.main_sources = []
|
||||
|
||||
Reference in New Issue
Block a user