| 38 | } |
| 39 | |
| 40 | void EditorCameraObject::IgnoreMouseInput(bool val) { |
| 41 | // ignore_input = val; |
| 42 | ignore_mouse_input = val; |
| 43 | } |
| 44 | |
| 45 | void EditorCameraObject::GetDisplayName(char* buf, int buf_size) { |
| 46 | if (GetName().empty()) { |
no outgoing calls
no test coverage detected