You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Remove extraneous includes from texture.h.
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
|
||||
#include "curve_texture.h"
|
||||
|
||||
#include "servers/rendering/rendering_server.h"
|
||||
|
||||
void CurveTexture::_bind_methods() {
|
||||
ClassDB::bind_method(D_METHOD("set_width", "width"), &CurveTexture::set_width);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user