godot/scene/debugger
PouleyKetchoupp 719369c71b Fix resource preview in remote inspector
The specific case for object reference seems unnecessary, as `RES res = var`
already does the work. The case where REF is invalid is never hit in the case
of already freed objects.

The assignment `res = *r` was causing the resource to be always invalidated
on the 3.2 branch.

(cherry picked from commit 12685df423)
2020-05-25 11:46:51 +02:00
..
script_debugger_remote.cpp Fix resource preview in remote inspector 2020-05-25 11:46:51 +02:00
script_debugger_remote.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
SCsub