Skip to content

Commit

Permalink
Render something by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy-xr committed Jun 8, 2024
1 parent 69ba232 commit ddb5cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Functor.Game/Runtime.fs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ module Runtime
if currentRunner.IsSome then
currentRunner.Value.render()
else
raise (System.Exception("No runner"))
Graphics.Scene3D.sphere()

type GameExecutor<'Msg, 'Model>(game: Game<'Model, 'Msg>, initialState: 'Model) =
let myGame = game
Expand Down

0 comments on commit ddb5cc9

Please sign in to comment.