Doubled max schematic size
This commit is contained in:
@@ -149,7 +149,7 @@ public class Vars implements Loadable{
|
|||||||
/** max GL texture size */
|
/** max GL texture size */
|
||||||
public static int maxTextureSize = 2048;
|
public static int maxTextureSize = 2048;
|
||||||
/** Maximum schematic size.*/
|
/** Maximum schematic size.*/
|
||||||
public static int maxSchematicSize = 32;
|
public static int maxSchematicSize = 64;
|
||||||
/** Whether to show sector info upon landing. */
|
/** Whether to show sector info upon landing. */
|
||||||
public static boolean showSectorLandInfo = true;
|
public static boolean showSectorLandInfo = true;
|
||||||
/** Whether to check for memory use before taking screenshots. */
|
/** Whether to check for memory use before taking screenshots. */
|
||||||
|
|||||||
Reference in New Issue
Block a user