it appears to work well now
This commit is contained in:
@ -167,7 +167,12 @@ bool RwAssembly::isUseable(object_id_t object, Mode_t mode) {
|
||||
return false;
|
||||
}
|
||||
|
||||
ReturnValue_t RwAssembly::initialize() { return AssemblyBase::initialize(); }
|
||||
ReturnValue_t RwAssembly::initialize() {
|
||||
for (auto objId : helper.rwIds) {
|
||||
updateChildModeByObjId(objId, MODE_OFF, SUBMODE_NONE);
|
||||
}
|
||||
return AssemblyBase::initialize();
|
||||
}
|
||||
|
||||
void RwAssembly::handleModeTransitionFailed(ReturnValue_t result) {
|
||||
if (targetMode == MODE_OFF) {
|
||||
|
Reference in New Issue
Block a user