Browse Source

- Minor incorrect-comment change.

MelvMay-GG 12 years ago
parent
commit
54c9074
1 changed files with 1 additions and 1 deletions
  1. 1 1
      engine/source/2d/controllers/PointForceController.cc

+ 1 - 1
engine/source/2d/controllers/PointForceController.cc

@@ -104,7 +104,7 @@ void PointForceController::integrate( Scene* pScene, const F32 totalTime, const
     // Fetch results.
     typeWorldQueryResultVector& queryResults = pWorldQuery->getQueryResults();
 
-    // Add picked objects.
+    // Iterate the results.
     for ( U32 n = 0; n < (U32)queryResults.size(); n++ )
     {
         // Fetch the scene object.