aboutsummaryrefslogtreecommitdiff
path: root/demo.c
diff options
context:
space:
mode:
Diffstat (limited to 'demo.c')
-rw-r--r--demo.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/demo.c b/demo.c
index 9238f3b..90892cf 100644
--- a/demo.c
+++ b/demo.c
@@ -1,10 +1,9 @@
#include "lzr.h"
-#include <dx/log.h>
#include <stdbool.h>
int main(void)
{
- LZR_Config cfg = {400, 224, 60, 16, "LZR demo", 0.0, false};
+ LZR_Config cfg = {400, 224, 60, 16, "LZR demo", 0.0, false, true};
if (LZR_Init(cfg))
return 1;
float darkness = 0.0f;