Browse Source

collide: Fix error with CollisionHandler's again_patterns property

rdb 5 years ago
parent
commit
ac991e4c5e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/collide/collisionHandlerEvent.h

+ 1 - 1
panda/src/collide/collisionHandlerEvent.h

@@ -61,7 +61,7 @@ PUBLISHED:
   MAKE_SEQ(get_out_patterns, get_num_out_patterns, get_out_pattern);
 
   MAKE_SEQ_PROPERTY(in_patterns, get_num_in_patterns, get_in_pattern);
-  MAKE_SEQ_PROPERTY(again_patterns, get_num_again_patterns, get_out_pattern);
+  MAKE_SEQ_PROPERTY(again_patterns, get_num_again_patterns, get_again_pattern);
   MAKE_SEQ_PROPERTY(out_patterns, get_num_out_patterns, get_out_pattern);
 
   void clear();