Include material.h in SpineSlotNode.h for Godot 4.6+ template builds

This commit is contained in:
Mario Zechner 2026-02-27 12:49:44 +01:00
parent 29eb398c05
commit ef10e522a8

View File

@ -35,6 +35,7 @@
#include <godot_cpp/classes/node2d.hpp>
#else
#include "scene/2d/node_2d.h"
#include "scene/resources/material.h"
#endif
class SpineSlotNode : public Node2D {