mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-18 09:31:48 +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