diff options
| author | Ruwuchi <73458244+Ruwuchi@users.noreply.github.com> | 2021-04-30 04:26:56 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-30 04:26:56 -0300 |
| commit | 1a512f8d9777176bd456558134d850b3c5db3320 (patch) | |
| tree | e4deb20e32703eec3e08cef067f0a8dc2f535439 | |
| parent | 235be66e07d5714007ee976bb60db0a28e9261e5 (diff) | |
| download | imgui-impl-raylib-1a512f8d9777176bd456558134d850b3c5db3320.tar.gz imgui-impl-raylib-1a512f8d9777176bd456558134d850b3c5db3320.zip | |
Update imgui_impl_raylib_config.h
Fixed tabs!
| -rw-r--r-- | imgui_impl_raylib_config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/imgui_impl_raylib_config.h b/imgui_impl_raylib_config.h index 75973e0..3b1a575 100644 --- a/imgui_impl_raylib_config.h +++ b/imgui_impl_raylib_config.h @@ -12,9 +12,9 @@ //#define AUTO_FONTATLAS /* ENABLE_SCODETOUTF8 Toggled by default, since the code was passing - raylib's scancodes as codepoints, and ImGui uses UTF-8 - on widgets like InputText. + raylib's scancodes as codepoints, and ImGui uses UTF-8 + on widgets like InputText. */ #define ENABLE_SCODETOUTF8 -#endif
\ No newline at end of file +#endif |
