Skip to content

Commit

Permalink
[UI] Fix default state of full 2d mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
riperiperi committed Oct 23, 2019
1 parent 56cd0d0 commit a8df715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TSOClient/tso.world/GraphicsModeControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace FSO.LotView
{
public static class GraphicsModeControl
{
private static GlobalGraphicsMode _Mode = GlobalGraphicsMode.Hybrid2D;
private static GlobalGraphicsMode _Mode = GlobalGraphicsMode.Full2D;
public static event Action<GlobalGraphicsMode> ModeChanged;
public static GlobalGraphicsMode Mode => _Mode;
public static bool GlobalTransitionsEnabled => TransitionsEnabled(Mode);
Expand Down

0 comments on commit a8df715

Please sign in to comment.