mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-16 11:06:06 -04:00
Quick fix for last two commits.
This commit is contained in:
parent
1aa5bffe4e
commit
32af71436c
@ -65,7 +65,7 @@ namespace ClassicalSharp {
|
||||
} ),
|
||||
|
||||
MakeBack( false, titleFont,
|
||||
(g, w) => g.SetNewScreen( new PauseScreen( g ) ) ),
|
||||
(g, w) => g.SetNewScreen( new PauseScreen( g ) ) ),
|
||||
null,
|
||||
};
|
||||
validators = new MenuInputValidator[] {
|
||||
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user