浏览代码

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

pull/2979/head
Mansour Quddus 1年前
committed by GitHub
父节点
当前提交
4f43ceb0d2
找不到此签名对应的密钥 GPG 密钥 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"
};

正在加载...
取消
保存