瀏覽代碼

Fixed another small comment error

pull/835/head
hmmmmmmmm 6 年之前
committed by GitHub
父節點
當前提交
aea3b2df65
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      examples/shaders/shaders_julia_set.c

+ 1
- 1
examples/shaders/shaders_julia_set.c 查看文件

@ -89,7 +89,7 @@ int main()
// Get input
//----------------------------------------------------------------------------------
// Press 0 - 4 to reset c to a point of interest.
// Press 1 - 6 to reset c to a point of interest.
if (IsKeyPressed(KEY_ONE) || IsKeyPressed(KEY_TWO) || IsKeyPressed(KEY_THREE) || IsKeyPressed(KEY_FOUR) || IsKeyPressed(KEY_FIVE) || IsKeyPressed(KEY_SIX))
{
if (IsKeyPressed(KEY_ONE))

Loading…
取消
儲存