Bug Fix #1922 Wrong retun type

This commit is contained in:
Scott Giese
2018-09-29 18:41:00 -05:00
parent 05da3db2ed
commit 69e20a3931

View File

@@ -160,7 +160,7 @@ public:
}
}
float readInt()
int32_t readInt()
{
unsigned int* p = reinterpret_cast<unsigned int*>(ptr + offset);
if ( sgIsBigEndian() ) {