Skip to content

Commit 37dfd4d

Browse files
committed
feat: update readme
1 parent 1dbf6ef commit 37dfd4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ proton.addRenderer(renderer);
123123

124124
- Added `Proton.Cyclone` behavior, you can make vortex effects with Cyclone. Demo please check [here](https://codesandbox.io/s/proton-cyclone-rzweu).
125125

126-
- `proton.fps` In most cases, you don't need to set this property. You can set this property when the game engine has fixed fps or some browsers have a higher refresh rate.
126+
- `proton.fps` In modern browsers, if the FPS exceeds 60 and you want to maintain a stable 60 FPS, you need to set `proton.fps = 60`. You can set this property when the game engine has fixed fps or some browsers have a higher refresh rate.
127127

128128
- Use Euler integration calculation is more accurate (default false) `Proton.USE_CLOCK = false or true;`.
129129

0 commit comments

Comments
 (0)