Mercurial > mm7
comparison Engine/Graphics/LightmapBuilder.cpp @ 2561:98057834c9a0
for VS2012
author | Ritor1 |
---|---|
date | Thu, 14 May 2015 19:29:28 +0600 |
parents | 6ab1273bc507 |
children | b8a56afc6ba1 |
comparison
equal
deleted
inserted
replaced
2560:44d9df75dc13 | 2561:98057834c9a0 |
---|---|
880 if ( !pRenderer->DrawLightmap(v28, &arg4, 0.0) ) | 880 if ( !pRenderer->DrawLightmap(v28, &arg4, 0.0) ) |
881 Error("Invalid lightmap detected! (%u)", *i); | 881 Error("Invalid lightmap detected! (%u)", *i); |
882 } | 882 } |
883 } | 883 } |
884 else | 884 else |
885 //if (for_refactoring) | 885 if (for_refactoring) |
886 { | 886 { |
887 for (unsigned int i = 0; i < std__vector_000004_size; ++i) | 887 for (unsigned int i = 0; i < std__vector_000004_size; ++i) |
888 if ( !pRenderer->DrawLightmap(std__vector_000004 + i, &arg4, 0.0) ) | 888 if ( !pRenderer->DrawLightmap(std__vector_000004 + i, &arg4, 0.0) ) |
889 Error("Invalid lightmap detected! (%u)", i); | 889 Error("Invalid lightmap detected! (%u)", i); |
890 } | 890 } |