Mercurial > mm7
diff DecalBuilder.cpp @ 1079:81a30c2e3e0a
DecalBuilder small error
author | zipi |
---|---|
date | Sat, 25 May 2013 20:31:16 +0100 |
parents | 2210109f280d |
children | 74ab0ed7e308 |
line wrap: on
line diff
--- a/DecalBuilder.cpp Sat May 25 20:18:23 2013 +0100 +++ b/DecalBuilder.cpp Sat May 25 20:31:16 2013 +0100 @@ -449,6 +449,7 @@ { double v7; // st7@12 + uNumDecals = 0; if (!pBloodsplatContainer->std__vector_pBloodsplats_size) return true; @@ -458,7 +459,6 @@ return true; if (pFace->Fluid()) return true; - for (uint i = 0; i < pBloodsplatContainer->std__vector_pBloodsplats_size; ++i) { auto pBloodsplat = pBloodsplatContainer->std__vector_pBloodsplats + i;