forked from teamnwah/openmw-tes3coop
Merge branch 'master' into shadersystem
This commit is contained in:
commit
5e8bf28212
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class NIFFile
|
|||
float read_le32f()
|
||||
{
|
||||
union {
|
||||
int i;
|
||||
uint32_t i;
|
||||
float f;
|
||||
} u = { read_le32() };
|
||||
return u.f;
|
||||
|
|
Loading…
Reference in a new issue