Skip to content

Commit

Permalink
Do not export fields under frame
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed Nov 12, 2024
1 parent 14b92ab commit 23c892f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions indigo/indigo/src/main/scala/indigo/shared/Context.scala
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,6 @@ object Context:
val time: GameTime,
val input: InputState
):
export time.running
export time.delta
export input.mouse
export input.keyboard
export input.gamepad
export input.pointers

def withDice(newDice: Dice): Frame =
new Frame(newDice, time, input)

Expand Down

0 comments on commit 23c892f

Please sign in to comment.