major song title animation work

git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@538 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
psperl
2007-10-07 05:52:06 +00:00
parent 831912e748
commit 4ed3c252df

View File

@ -353,7 +353,7 @@ void Renderer::PerPixelMath(PresetOutputs * presetOutputs, PresetInputs * preset
for (x=0;x<this->gx;x++){
for(y=0;y<this->gy;y++){
presetOutputs->x_mesh[x][y] = ( presetOutputs->x_mesh[x][y] - presetOutpus->cx_mesh[x][y])/presetOutputs->sx_mesh[x][y] + presetOutputs->cx_mesh[x][y];
presetOutputs->x_mesh[x][y] = ( presetOutputs->x_mesh[x][y] - presetOutputs->cx_mesh[x][y])/presetOutputs->sx_mesh[x][y] + presetOutputs->cx_mesh[x][y];
}
}