tjhancocks / kestrel-development-kit

A Development Kit for the Kestrel Game Engine
MIT License
13 stars 1 forks source link

Fix swap for little endian #37

Closed andrews05 closed 4 years ago

andrews05 commented 4 years ago

This PR fixes the data::swap function to simply return the value if the endian mode is little. It was previously returning zero.