mirror of
https://github.com/OpenMW/openmw.git
synced 2025-07-13 09:41:42 +00:00
commit
7a6ba8bf7a
1 changed files with 1 additions and 1 deletions
|
@ -612,7 +612,7 @@ namespace NifOsg
|
|||
bool hasVisController = false;
|
||||
for (Nif::ControllerPtr ctrl = nifNode->controller; !ctrl.empty(); ctrl = ctrl->next)
|
||||
{
|
||||
if (hasVisController |= (ctrl->recType == Nif::RC_NiVisController))
|
||||
if ((hasVisController |= (ctrl->recType == Nif::RC_NiVisController)))
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue