mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-05 16:05:47 +00:00
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:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user