Browse Source

Disable `SUPPORT_EVENTS_AUTOMATION` by default

pull/1840/head
raysan5 3 years ago
parent
commit
28093c46a8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/config.h

+ 1
- 1
src/config.h View File

@ -56,7 +56,7 @@
// Support saving binary data automatically to a generated storage.data file. This file is managed internally.
#define SUPPORT_DATA_STORAGE 1
// Support automatic generated events, loading and recording of those events when required
cp">#define SUPPORT_EVENTS_AUTOMATION 1
o">//#define SUPPORT_EVENTS_AUTOMATION 1
// Support custom frame control, only for advance users
// By default EndDrawing() does this job: draws everything + SwapScreenBuffer() + manage frame timming + PollInputEvents()
// Enabling this flag allows manual control of the frame processes, use at your own risk

Loading…
Cancel
Save