From e0b0aa3367b96a72fe4b25f438432f6229dde920 Mon Sep 17 00:00:00 2001 From: kiry vajiravuth Date: Fri, 14 Aug 2026 21:37:43 +0700 Subject: [PATCH] fix compile error --- source/funkin/ui/debug/stageeditor/StageEditorState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/funkin/ui/debug/stageeditor/StageEditorState.hx b/source/funkin/ui/debug/stageeditor/StageEditorState.hx index 8488d45a7ac..bc49309994d 100644 --- a/source/funkin/ui/debug/stageeditor/StageEditorState.hx +++ b/source/funkin/ui/debug/stageeditor/StageEditorState.hx @@ -1781,5 +1781,5 @@ typedef StageEditorAssetFile = /** * The content of the file, decoded into bytes. */ - var data:Bytes; + var data:haxe.io.Bytes; }