mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Fix Windows build
This commit is contained in:
parent
a7cc4e6ba6
commit
4dd2f34e30
2 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ namespace Nif
|
|||
{
|
||||
void NiBoundingVolume::read(NIFStream* nif)
|
||||
{
|
||||
type = nif->getUInt();
|
||||
nif->read(type);
|
||||
switch (type)
|
||||
{
|
||||
case BASE_BV:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue