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:
psperl
2007-08-05 05:04:35 +00:00
parent e961872101
commit f7fee506c9
11 changed files with 546 additions and 495 deletions

View File

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