Skip to content

Commit

Permalink
Disable NavigationAgent for now (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
qarmin authored Dec 16, 2021
1 parent 0dde588 commit e59d9cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions AutomaticBugs/BasicData.gd
Original file line number Diff line number Diff line change
Expand Up @@ -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",

Expand Down

0 comments on commit e59d9cb

Please sign in to comment.