Skip to content

Commit 7f7bccf

Browse files
committed
Add FIXME
1 parent f710569 commit 7f7bccf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua_script_language.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Script *LuaScriptLanguage::create_script() const {
240240
bool LuaScriptLanguage::has_named_classes() const {
241241
print_debug("LuaScriptLanguage::has_named_classes");
242242

243-
return true;
243+
return true; // FIXME: should it be false like GDScript and CSharp?
244244
}
245245

246246
bool LuaScriptLanguage::supports_builtin_mode() const {

0 commit comments

Comments
 (0)