You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Support multiple debug protocols.
This commit is contained in:
@@ -846,6 +846,8 @@ void ScriptEditorDebugger::_notification(int p_what) {
|
||||
|
||||
if (is_session_active()) {
|
||||
|
||||
peer->poll();
|
||||
|
||||
if (camera_override == CameraOverride::OVERRIDE_2D) {
|
||||
CanvasItemEditor *editor = CanvasItemEditor::get_singleton();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user