mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
Include material.h in SpineSlotNode.h for Godot 4.6+ template builds
This commit is contained in:
parent
29eb398c05
commit
ef10e522a8
@ -35,6 +35,7 @@
|
|||||||
#include <godot_cpp/classes/node2d.hpp>
|
#include <godot_cpp/classes/node2d.hpp>
|
||||||
#else
|
#else
|
||||||
#include "scene/2d/node_2d.h"
|
#include "scene/2d/node_2d.h"
|
||||||
|
#include "scene/resources/material.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
class SpineSlotNode : public Node2D {
|
class SpineSlotNode : public Node2D {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user