You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Replace more occurrences of NULL with nullptr
This commit is contained in:
@@ -73,7 +73,7 @@ def make_default_controller_mappings(target, source, env):
|
||||
g.write('\t"{}",\n'.format(mapping))
|
||||
g.write("#endif\n")
|
||||
|
||||
g.write("\tNULL\n};\n")
|
||||
g.write("\tnullptr\n};\n")
|
||||
g.close()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user