浏览代码

Update config.h

pull/1154/head
raysan5 5 年前
父节点
当前提交
133a882556
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/config.h

+ 1
- 1
src/config.h 查看文件

@ -53,7 +53,7 @@
// Wait for events passively (sleeping while no events) instead of polling them actively every frame
//#define SUPPORT_EVENTS_WAITING 1
// Allow automatic screen capture of current screen pressing F12, defined in KeyCallback()
o">//#define SUPPORT_SCREEN_CAPTURE 1
cp">#define SUPPORT_SCREEN_CAPTURE 1
// Allow automatic gif recording of current screen pressing CTRL+F12, defined in KeyCallback()
//#define SUPPORT_GIF_RECORDING 1
// Allow scale all the drawn content to match the high-DPI equivalent size (only PLATFORM_DESKTOP)

正在加载...
取消
保存