| 42 | extern bool g_debug_runtime_disable_reflection_capture_object_draw; |
| 43 | |
| 44 | bool ReflectionCaptureObject::Initialize() { |
| 45 | obj_file = "reflection_capture_object"; |
| 46 | sp.ASAddIntCheckbox("Global", false); |
| 47 | return true; |
| 48 | } |
| 49 | |
| 50 | void ReflectionCaptureObject::Moved(Object::MoveType type) { |
| 51 | Object::Moved(type); |
nothing calls this directly
no test coverage detected