From 25939dfba1b6fb41552f5db29dcc572fb91aa942 Mon Sep 17 00:00:00 2001 From: scgm0 <2682963017@qq.com> Date: Sat, 7 Mar 2026 02:33:37 +0800 Subject: [PATCH] Fix `tile_set.h` not including `ArrayMesh` --- scene/resources/2d/tile_set.h | 1 + 1 file changed, 1 insertion(+) diff --git a/scene/resources/2d/tile_set.h b/scene/resources/2d/tile_set.h index 8856c92b71..47257cf6b3 100644 --- a/scene/resources/2d/tile_set.h +++ b/scene/resources/2d/tile_set.h @@ -53,6 +53,7 @@ #include "scene/resources/shader.h" #endif +class ArrayMesh; class TileMap; class TileSetSource; class TileSetAtlasSource;