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
This commit is contained in:
psperl
2007-07-28 01:22:13 +00:00
parent c9021aa11e
commit feb019ae0e

View File

@ -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;