Quick fix for last two commits.

This commit is contained in:
UnknownShadow200 2016-01-14 08:04:38 +11:00
parent 1aa5bffe4e
commit 32af71436c

View File

@ -74,10 +74,10 @@ namespace ClassicalSharp {
new RealValidator( 0.25f, 5f ),
new RealValidator( 0.25f, 5f ),
new BooleanValidator(),
new BooleanValidator(),
new RealValidator( 0.25f, 5f ),
new IntegerValidator( 1, 30 ),
new BooleanValidator(),
};
okayIndex = buttons.Length - 1;
}