aboutsummaryrefslogtreecommitdiff
path: root/main/default_controller_mappings.h
diff options
context:
space:
mode:
authorRémi Verschelde2018-03-16 08:40:33 +0100
committerRémi Verschelde2018-03-16 08:40:33 +0100
commitcc617dc5d117cb2c979de6fb76c64620ab7cf04f (patch)
tree8537cb8933dc7a843b1fe565fc8583f4e13e22ba /main/default_controller_mappings.h
parentf17c35b447e9aee8cf4480c14aefb812c9d8b535 (diff)
downloadgodot-cc617dc5d117cb2c979de6fb76c64620ab7cf04f.tar.gz
godot-cc617dc5d117cb2c979de6fb76c64620ab7cf04f.tar.zst
godot-cc617dc5d117cb2c979de6fb76c64620ab7cf04f.zip
SCons: properly close files when reading controller mappings
Fixup to #17296.
Diffstat (limited to '')
-rw-r--r--main/default_controller_mappings.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/default_controller_mappings.h b/main/default_controller_mappings.h
index 980f7578e..6319b875e 100644
--- a/main/default_controller_mappings.h
+++ b/main/default_controller_mappings.h
@@ -1,5 +1,5 @@
/*************************************************************************/
-/* input_default.h */
+/* default_controller_mappings.h */
/*************************************************************************/
/* This file is part of: */
/* GODOT ENGINE */
@@ -36,4 +36,4 @@ public:
static const char *mappings[];
};
-#endif // DEFAULT_CONTROLLER_MAPPINGS_H \ No newline at end of file
+#endif // DEFAULT_CONTROLLER_MAPPINGS_H