Fix compilation on OS X
Patch by dfelinto
This commit is contained in:
parent
3a44c76246
commit
0bee65b624
@ -410,7 +410,7 @@ void RAS_2DFilterManager::RenderFilters(RAS_ICanvas* canvas)
|
||||
if(canvaswidth != canvas->GetWidth() || canvasheight != canvas->GetHeight())
|
||||
{
|
||||
UpdateOffsetMatrix(canvas);
|
||||
UpdateCanvasTextureCoord(viewport);
|
||||
UpdateCanvasTextureCoord((unsigned int*)viewport);
|
||||
need_tex_update = true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user