Skip to content

Commit 93ed0e8

Browse files
committed
Revert "added camera functionality in sim mode"
This reverts commit 7264bee. opssies
1 parent 7264bee commit 93ed0e8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

main.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,12 @@ func main() {
5050
fmt.Println("mode changing")
5151
}
5252
case Simulating:
53-
rl.BeginMode2D(camera)
5453
updatePlanets(planets)
5554
DrawPlanets(planets)
5655
cameraControl(&camera)
5756
if rl.IsKeyPressed(rl.KeyP) {
5857
currentMode = Editing
5958
}
60-
rl.EndMode2D()
6159
}
6260
// Begin drawing
6361

0 commit comments

Comments
 (0)