From feb019ae0e12ec25c6ebffedf65f254f0202c024 Mon Sep 17 00:00:00 2001 From: psperl Date: Sat, 28 Jul 2007 01:22:13 +0000 Subject: [PATCH] PJS: oops gy not gx git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/personal/carm/dev-1.0@280 6778bc44-b910-0410-a7a0-be141de4315d --- src/projectM-engine/PresetFrameIO.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/projectM-engine/PresetFrameIO.cpp b/src/projectM-engine/PresetFrameIO.cpp index 99cfc2759..ff12724be 100644 --- a/src/projectM-engine/PresetFrameIO.cpp +++ b/src/projectM-engine/PresetFrameIO.cpp @@ -123,7 +123,7 @@ void PresetOutputs::Initialize(int gx, int gy) this->rot_mesh=(float **)wipemalloc(gy * sizeof(float *)); for(x = 0; x < gx; x++) { - this->rot_mesh[x] = (float *)wipemalloc(gy * sizeof(float)); + this->rot_mesh[x] = (float *)wipemalloc(gx * sizeof(float)); } zoom_is_mesh = false; zoomexp_is_mesh =false;