mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-01 13:06:25 +00:00
various touch ups, minor bug fix.
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/personal/carm/dev-1.0@291 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
@ -408,12 +408,13 @@ void Renderer::PerPixelMath(PresetOutputs *presetOutputs, PresetInputs *presetIn
|
||||
{
|
||||
for (x=0;x<this->gx;x++){
|
||||
for(y=0;y<this->gy;y++){
|
||||
presetOutputs->zoomexp_mesh[x][y]=presetOutputs->zoomexp;
|
||||
}}
|
||||
presetOutputs->zoomexp_mesh[x][y]=presetOutputs->zoomexp;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if(!presetOutputs->rot_is_mesh)
|
||||
{
|
||||
{
|
||||
for (x=0;x<this->gx;x++){
|
||||
for(y=0;y<this->gy;y++){
|
||||
presetOutputs->rot_mesh[x][y]=presetOutputs->rot;
|
||||
|
||||
Reference in New Issue
Block a user