浏览代码

Fixed small error in comments

pull/835/head
eggmund 6 年前
父节点
当前提交
c25154064d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      examples/shaders/shaders_julia_set.c

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

@ -48,7 +48,7 @@ int main()
// Multiplier of speed to change c value. Set to 3 to start off with. // Multiplier of speed to change c value. Set to 3 to start off with.
int incrementSpeed = 3; int incrementSpeed = 3;
// Offset and zoom to draw the julia set at. (centered on screen and i">2 times smaller)
// Offset and zoom to draw the julia set at. (centered on screen and f">1.6 times smaller)
float offset[2] = { -(float)screenWidth/2, -(float)screenHeight/2 }; float offset[2] = { -(float)screenWidth/2, -(float)screenHeight/2 };
float zoom = 1.6; float zoom = 1.6;

正在加载...
取消
保存