Merge branch 'master' into Curving

This commit is contained in:
Awlex
2016-11-19 22:17:19 +01:00
10 changed files with 327 additions and 327 deletions

View File

@@ -184,6 +184,8 @@ public class SBOverlay {
public void setGameObjects(GameObject[] gameObjects) {
if (this.gameObjects.length != gameObjects.length) {
optionsMap = new HashMap[gameObjects.length];
}
if (optionsMap.length > 0) {
// copy all current settings in first obj map
optionsMap[0] = new HashMap<>();
for (Options.GameOption o : options.getSavedOptionList()) {