You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
committed by
Rémi Verschelde
parent
a3072aa35e
commit
b902a2f2a7
@@ -32,18 +32,6 @@
|
||||
|
||||
#include "spatial_editor_plugin.h"
|
||||
|
||||
void CameraEditor::_notification(int p_what) {
|
||||
|
||||
switch (p_what) {
|
||||
|
||||
/* case NOTIFICATION_PROCESS: {
|
||||
|
||||
if (preview->is_pressed() && node)
|
||||
node->call("make_current");
|
||||
|
||||
} break;*/
|
||||
}
|
||||
}
|
||||
void CameraEditor::_node_removed(Node *p_node) {
|
||||
|
||||
if (p_node == node) {
|
||||
|
||||
Reference in New Issue
Block a user