Disable NavigationAgent for now (#64)

This commit is contained in:
Rafał Mikrut 2021-12-16 15:42:32 +01:00 committed by GitHub
parent 0dde5887fd
commit e59d9cb011
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,6 +166,10 @@ var disabled_classes : Array = [
"IP_Unix",
"JNISingleton",
# Backported Navigation changes also backport bugged classes
"NavigationAgent2D",
"NavigationAgent",
# Only one class - JavaClass returns Null when using JavaClass.new().get_class
"JavaClass",