瀏覽代碼

add missing space in one of the cameraDescriptions (#2977)

pull/2979/head
Mansour Quddus 1 年之前
committed by GitHub
父節點
當前提交
4f43ceb0d2
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      examples/core/core_2d_camera_platformer.c

+ 1
- 1
examples/core/core_2d_camera_platformer.c 查看文件

@ -90,7 +90,7 @@ int main(void)
"Follow player center",
"Follow player center, but clamp to map edges",
"Follow player center; smoothed",
"Follow player center horizontally; updateplayer center vertically after landing",
"Follow player center horizontally; update player center vertically after landing",
"Player push camera on getting too close to screen edge"
};

Loading…
取消
儲存