ZVISION: Remove extraneous comments

This commit is contained in:
richiesams 2013-08-03 17:25:05 -05:00
parent 3fd5a8ab5a
commit c828074df9

View File

@ -150,8 +150,8 @@ void RenderTable::generatePanoramaLookupTable() {
uint32 index = y * _numColumns + x;
// Only store the x,y offsets instead of the absolute positions
_internalBuffer[index].x = newX - x; //pixel index
_internalBuffer[index].y = newY - y; //pixel index
_internalBuffer[index].x = newX - x;
_internalBuffer[index].y = newY - y;
}
}
}