From f0d182771dff2dbf8e69c0f072fa27fb7a357f48 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Mon, 23 Feb 2026 11:50:44 +0100 Subject: [PATCH] Add missing define --- Source/Engine/Platform/Web/WebDefines.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Engine/Platform/Web/WebDefines.h b/Source/Engine/Platform/Web/WebDefines.h index 3f8900b2b..d5511d1f7 100644 --- a/Source/Engine/Platform/Web/WebDefines.h +++ b/Source/Engine/Platform/Web/WebDefines.h @@ -13,6 +13,7 @@ #define PLATFORM_CACHE_LINE_SIZE 64 #define PLATFORM_DEBUG_BREAK #define PLATFORM_OUT_OF_MEMORY_BUFFER_SIZE 0 +#define WEB_CANVAS_ID "#canvas" // Configure graphics #define GPU_ALLOW_TESSELLATION_SHADERS 0