- Realigned TfrmLargeScaleCommand

- Fixed overlay being drawn with correct color and alpha
This commit is contained in:
2009-12-19 01:02:06 +01:00
parent 5d7c40d579
commit ff87bdea15
5 changed files with 2122 additions and 1934 deletions

View File

@@ -2312,6 +2312,7 @@ begin
blockInfo^.Text.Render(blockInfo^.ScreenRect);
end;
glColor4f(1.0, 1.0, 1.0, 1.0);
FOverlayUI.Draw(oglGameWindow);
end;