diff Vis.cpp @ 62:80484cf3a683

23.01.13 DrawParticles_ODM
author Ritor1
date Wed, 23 Jan 2013 00:50:28 +0600
parents 63cfe63ac4c5
children f6e7d7110512
line wrap: on
line diff
--- a/Vis.cpp	Tue Jan 22 18:41:17 2013 +0600
+++ b/Vis.cpp	Wed Jan 23 00:50:28 2013 +0600
@@ -1605,7 +1605,7 @@
 
   stru1.uNumPointers = 0;
   CastPickRay(pMouseRay, fMouseX, fMouseY, fDepth);
-  PickBillboards(fDepth, fMouseX, fMouseY, &stru1, a5);
+  PickBillboards(fDepth, fMouseX, fMouseY, &stru1, a5);//Ritor1: do comment to test
   if (uCurrentlyLoadedLevelType == LEVEL_Indoor)
     PickIndoor(fDepth, pMouseRay, &stru1, a6);
   else