You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Remove extraneous includes from texture.h.
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
|
||||
#include "skeleton_profile.h"
|
||||
|
||||
#include "core/config/engine.h"
|
||||
|
||||
bool SkeletonProfile::_set(const StringName &p_path, const Variant &p_value) {
|
||||
ERR_FAIL_COND_V(is_read_only, false);
|
||||
String path = p_path;
|
||||
|
||||
Reference in New Issue
Block a user