Buffer directories design change

This commit is contained in:
Krzosa Karol
2025-12-25 12:08:49 +01:00
parent 2f638c731a
commit 5c46844747
5 changed files with 18 additions and 20 deletions

View File

@@ -42,7 +42,6 @@
#include "draw.cpp"
#include "test/tests.cpp"
#if OS_WASM
EM_JS(void, JS_SetMouseCursor, (const char *cursor_str), {
document.getElementById("canvas").style.cursor = UTF8ToString(cursor_str);