You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Remove extraneous includes from texture.h.
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
#include "camera_texture.h"
|
||||
|
||||
#include "servers/camera/camera_feed.h"
|
||||
#include "servers/rendering/rendering_server.h"
|
||||
|
||||
void CameraTexture::_bind_methods() {
|
||||
ClassDB::bind_method(D_METHOD("set_camera_feed_id", "feed_id"), &CameraTexture::set_camera_feed_id);
|
||||
|
||||
Reference in New Issue
Block a user