From 58348d036218d1b1a6ee85c46eff1fa5c3e3adf6 Mon Sep 17 00:00:00 2001 From: Tomatoes Date: Fri, 27 Sep 2013 18:04:14 -0700 Subject: Subv's changes to mesh extractor V2 Signed-off-by: Tomatoes --- src/tools/mesh_extractor/LiquidHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/tools/mesh_extractor/LiquidHandler.cpp b/src/tools/mesh_extractor/LiquidHandler.cpp index 285ea1a5b74..33a661a9adf 100644 --- a/src/tools/mesh_extractor/LiquidHandler.cpp +++ b/src/tools/mesh_extractor/LiquidHandler.cpp @@ -34,7 +34,7 @@ void LiquidHandler::HandleNewLiquid() H2OInformation information = H2OInformation::Read(stream); float** heights = new float*[9]; - for (int j = 0; j < 9; ++i) + for (int j = 0; j < 9; ++j) { heights[j] = new float[9]; memset(heights[j], 0, sizeof(float) * 9); -- cgit v1.2.3