Skip to content

Commit

Permalink
Fixing a space
Browse files Browse the repository at this point in the history
  • Loading branch information
avivbeeri committed Dec 29, 2019
1 parent 5e72f68 commit ac4dbec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/game-loop.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ However, DOME can ask your game to render at arbitrary times between frames. It

DOME also starts with VSync enabled by default, so it will wait under the VBlank before executing the next frame's game loop.

## Options
## Options

There is no way for DOME to detect if it is running on a system which supports VSync, so you can disable it programmatically using the `Window.vsync` setting in the [dome](/modules/dome) module.

Expand Down

0 comments on commit ac4dbec

Please sign in to comment.