* Fixed drop down toolbar buttons to correct their state

* Added terrain grid (ported from CentrED+; Thanks to StaticZ!)
This commit is contained in:
2015-05-17 12:39:57 +02:00
parent 1ddaee39d5
commit 39280f927b
3 changed files with 224 additions and 32 deletions

View File

@@ -257,6 +257,8 @@ type
ScreenRect: TRect;
DrawQuad: array[0..3,0..1] of TGLint;
RealQuad: array[0..3,0..1] of TGLint;
LineWidth: array[0..2] of GLfloat;
LineDraw: array[0..2,0..1,0..1] of TGLint;
Item: TWorldItem;
HighRes: TMaterial;
LowRes: TMaterial;