Bläddra i källkod

oops, misplaced brace

David Rose 18 år sedan
förälder
incheckning
5bb1248896
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      panda/src/collide/collisionLevelState.I

+ 1 - 1
panda/src/collide/collisionLevelState.I

@@ -167,8 +167,8 @@ any_in_bounds() {
                 << "Comparing " << c << ": " << *col_gbv
                 << " to " << *node_gbv << ", is_in = " << is_in << "\n";
             }
-          }
 #endif  // NDEBUG
+          }
         }
 
         if (!is_in) {