aboutsummaryrefslogtreecommitdiff
path: root/menus.h
diff options
context:
space:
mode:
authorGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-06-28 13:52:21 +0000
committerGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-06-28 13:52:21 +0000
commite2623a2ba1b5789ae299c29804697d004a8cd886 (patch)
tree079b1ecf7a892af9f31b6c3828789d714b4805f2 /menus.h
parent7495d8ca26cdb25056667ae8a8d860005ee2a68f (diff)
downloadbullet-lab-remix-e2623a2ba1b5789ae299c29804697d004a8cd886.tar.xz
Mod, mod, mod...!
Assessment mode is mostly frozen now. I'll make a pre-release at r99 and that revision will be set to 0.9.9-0. Write the document... That's really tiring. ~~0.9.1-4 (r94)~~ Ooooooooops... I've forgotten to commit this one! So this is merged to the revision above, actually. ================================================================================= Modify a couple of levels. (Making them easier...) Fix about scene text rendering out of the window. (Probably) fixed Level3Part3 by making them temporarily invulnerable... Are we bug-free now?
Diffstat (limited to 'menus.h')
-rw-r--r--menus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/menus.h b/menus.h
index 699f1a6..5a27c82 100644
--- a/menus.h
+++ b/menus.h
@@ -164,7 +164,7 @@ public:
{
if(DBGColor!=0xFF0A0A0A)
{
- for(int i=0;i<4;++i)DBGColor=ColorTransfer(DBGColor,0xFF0A0A0A);
+ for(int i=0;i<6;++i)DBGColor=ColorTransfer(DBGColor,0xFF0A0A0A);
UpperGradient.v[0].col=UpperGradient.v[1].col=SETA(DBGColor,0xFF);
UpperGradient.v[2].col=UpperGradient.v[3].col=SETA(DBGColor,0x00);
LowerGradient.v[0].col=LowerGradient.v[1].col=SETA(DBGColor,0x00);