Set the snap interval, we wouldn't want to start a game with only
a fractional portion of one player! git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@79 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -60,6 +60,7 @@ public class DefaultFlexTableConfigurator extends TableConfigurator
|
||||
_playerSlider.value = desiredPlayers;
|
||||
_playerSlider.minimum = minPlayers;
|
||||
_playerSlider.maximum = maxPlayers;
|
||||
_playerSlider.snapInterval = 1;
|
||||
|
||||
} else {
|
||||
_config.desiredPlayerCount = desiredPlayers;
|
||||
|
||||
Reference in New Issue
Block a user