mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
fix typo
This commit is contained in:
parent
de10a2ae4e
commit
e506871383
@ -511,7 +511,7 @@ void AIBehaviors::pause_ai(string ai_type) {
|
||||
}
|
||||
|
||||
case 8: {
|
||||
if(_obstacle_avoidance != NULL) {
|
||||
if(_obstacle_avoidance_obj != NULL) {
|
||||
turn_off("obstacle_avoidance");
|
||||
turn_off("obstacle_avoidance_activate");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user