Commit mid add time scroll
This commit is contained in:
@@ -32,6 +32,7 @@ defaultWorld =
|
||||
, _backspaceTimer = 0
|
||||
, _timeFlow = NormalTimeFlow
|
||||
, _rbOptions = NoRightButtonOptions
|
||||
, _cwTime = defaultCWTime
|
||||
}
|
||||
|
||||
defaultCWGen :: CWGen
|
||||
@@ -125,7 +126,6 @@ defaultCWorld =
|
||||
, _selLocation = 0
|
||||
, _foregroundShapes = mempty
|
||||
, _distortions = []
|
||||
, _cwTime = defaultCWTime
|
||||
}
|
||||
|
||||
defaultCWTime :: CWTime
|
||||
@@ -134,6 +134,7 @@ defaultCWTime =
|
||||
{ _worldClock = 0
|
||||
, _maybeWorld = Nothing'
|
||||
, _rewindWorlds = []
|
||||
, _futureWorlds = []
|
||||
, _deathDelay = Nothing
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user