remove translation/rotation/scale code from GLUIPainter.drawTextureView

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1804 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
blaszijk
2011-08-16 16:39:37 +00:00
parent 432fd2d3dd
commit 40264de47a

View File

@ -742,10 +742,6 @@ var
lTexID: GLuint;
begin
glPushMatrix;
//move the origin to the window center
glTranslatef(aRect.w div 2, aRect.h div 2, 0);
glScalef(1, 1, 1);
glRotatef(180, 0, 0, 1);
drawFrame(aRect, SetPoint(rt.x, rt.y), False, False, False);