changeset 6999 | 486db9d26e4b |
parent 6990 | 40e5af28d026 |
child 7013 | 54db061b5710 |
--- a/hedgewars/uStore.pas Wed May 02 14:41:21 2012 +0100 +++ b/hedgewars/uStore.pas Wed May 02 16:36:11 2012 +0100 @@ -789,7 +789,7 @@ r.w:= squaresize; r.h:= squaresize; - DrawFromRect( -squaresize div 2, (cScreenHeight - squaresize) shr 1, @r, ProgrTex); + DrawTextureFromRect( -squaresize div 2, (cScreenHeight - squaresize) shr 1, @r, ProgrTex); {$IFDEF SDL13} SDL_GL_SwapWindow(SDLwindow);