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