瀏覽代碼

Change setFramerate to setFrameRate

oilboi 5 年之前
父節點
當前提交
9b37f6b454
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/modules/core/pages/system/appsettings.adoc

+ 1 - 1
docs/modules/core/pages/system/appsettings.adoc

@@ -80,7 +80,7 @@ a|Set the color depth. +
 4 bpp = 16 colors, 8 bpp = 256 colors, 24 or 32 bpp = "`truecolor`".
 a|24
 
-a|setFramerate(60)
+a|setFrameRate(60)
 a|How often per second the engine should try to refresh the frame. For the release, usually 60 fps. Can be lower (30) if you need to free up the CPU for other applications. No use setting it to a higher value than the screen frequency! If the framerate goes below 30 fps, viewers start to notice choppiness or flickering.
 a|-1 (unlimited)