Fix bug in detecting which room you are in
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ data World = World
|
||||
, _floorTiles :: [(Point3,Point3)]
|
||||
, _randGen :: StdGen
|
||||
, _mousePos :: !Point2
|
||||
, _testString :: String
|
||||
, _testString :: World -> [String]
|
||||
, _yourID :: !Int
|
||||
, _worldEvents :: World -> World
|
||||
, _pressPlates :: IM.IntMap PressPlate
|
||||
|
||||
Reference in New Issue
Block a user