mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-04 03:40:14 +00:00
fix a warning
This commit is contained in:
parent
c4f9bbdc8b
commit
5345d4eeef
@ -83,7 +83,7 @@ class NIFFile
|
|||||||
float read_le32f()
|
float read_le32f()
|
||||||
{
|
{
|
||||||
union {
|
union {
|
||||||
int i;
|
uint32_t i;
|
||||||
float f;
|
float f;
|
||||||
} u = { read_le32() };
|
} u = { read_le32() };
|
||||||
return u.f;
|
return u.f;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user