diff options
| -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 |
