diff Game.cpp @ 1394:8ea496564034

Some LightmapBuilder renames.
author Nomad
date Thu, 18 Jul 2013 16:51:35 +0200
parents cc9a3a24d61d
children eb02a65e5c82
line wrap: on
line diff
--- a/Game.cpp	Thu Jul 18 16:11:57 2013 +0200
+++ b/Game.cpp	Thu Jul 18 16:51:35 2013 +0200
@@ -130,7 +130,7 @@
       if (pRenderer->pRenderD3D)
       {
         pDecalBuilder->DrawBloodsplats();
-        pGame->pLightmapBuilder->DrawLightmaps(2);
+        pGame->pLightmapBuilder->DrawLightmapsType(2);
       }
     }
   }