summaryrefslogtreecommitdiffstats
path: root/scene/resources/video_stream.h
diff options
context:
space:
mode:
authorYuri Sizov <yuris@humnom.net>2023-10-20 17:54:39 +0200
committerYuri Sizov <yuris@humnom.net>2023-10-20 17:54:39 +0200
commitcd31407cb3f178a2906f8d1f800c0a8e200094e5 (patch)
treebb8dfc993a9a5b724fbbd56b4282129866096958 /scene/resources/video_stream.h
parentf333e4acf5b9cb04b3fba5dfc554107295db87b1 (diff)
downloadredot-engine-cd31407cb3f178a2906f8d1f800c0a8e200094e5.tar.gz
Clean up some Editor, OpenXR, VideoStream code
- EditorNode has excessive and pointless checks for Input singleton. - EditorNode initialization order is a bit awkward. - OpenXR binds a method that doesn't need that (for call deferred). - VideoStream has a formatting error.
Diffstat (limited to 'scene/resources/video_stream.h')
-rw-r--r--scene/resources/video_stream.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/scene/resources/video_stream.h b/scene/resources/video_stream.h
index b91a7acf35..dc54f4b769 100644
--- a/scene/resources/video_stream.h
+++ b/scene/resources/video_stream.h
@@ -94,8 +94,7 @@ class VideoStream : public Resource {
OBJ_SAVE_TYPE(VideoStream);
protected:
- static void
- _bind_methods();
+ static void _bind_methods();
GDVIRTUAL0R(Ref<VideoStreamPlayback>, _instantiate_playback);