windows packaging and CMake adjustments

This commit is contained in:
Jack Andersen
2015-07-10 13:44:31 -10:00
parent 4f8df65a3d
commit 55adeec69c
10 changed files with 63 additions and 28 deletions

View File

@@ -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);