mirror of
https://github.com/libAthena/athena.git
synced 2025-12-09 05:27:50 +00:00
windows packaging and CMake adjustments
This commit is contained in:
@@ -226,7 +226,7 @@ public:
|
||||
* \return atVec2f The value at the current address
|
||||
* \throw IOException when address is out of range
|
||||
*/
|
||||
inline atVec2f readVec3f()
|
||||
inline atVec2f readVec2f()
|
||||
{
|
||||
atVec2f val;
|
||||
readUBytesToBuf(&val, 8);
|
||||
|
||||
Reference in New Issue
Block a user