diff options
| author | spl3g <spleefer6@yandex.ru> | 2025-12-01 11:57:18 +0300 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-12-01 11:57:18 +0300 |
| commit | 7749e439844ad0c6c6bf181fc542ff0a0cc4eea1 (patch) | |
| tree | 836cb62b4de47bf7bfcfcba56a6085985b9c4833 /src/main.c | |
| parent | cb52166c672c801bed3c2cbfc7428526d8d59ba1 (diff) | |
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -198,7 +198,6 @@ int init_ui(AppState *state) { Clay_Initialize(clayMemory, (Clay_Dimensions) { (float) sapp_width(), (float) sapp_height() }, (Clay_ErrorHandler) { HandleClayErrors, 0}); Clay_SetMeasureTextFunction(sclay_measure_text, state->fonts); - Clay_SetDebugModeEnabled(true); return 0; } |
