Override to ensure both are kept in scope
| 1060 | |
| 1061 | // Override to ensure both are kept in scope |
| 1062 | void afxCamera::onCameraScopeQuery(NetConnection* conn, CameraScopeQuery* query) |
| 1063 | { |
| 1064 | if (mCam_subject) |
| 1065 | conn->objectInScope(mCam_subject); |
| 1066 | Parent::onCameraScopeQuery(conn, query); |
| 1067 | } |
| 1068 | |
| 1069 | //---------------------------------------------------------------------------- |
| 1070 | // check if the object needs to be observed through its own camera... |
nothing calls this directly
no test coverage detected