1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-11-07 11:22:45 +01:00
openrw/rwlib
Filip Gawin a60bc20585 Fix misaligned memory(UB)
X86 is able to deal with
misaligned memory, but it can hurt perf.
Other arch like for example mips
is not able to digest it.

So in order of portability we should get
rid of this UB.
2018-01-13 00:49:17 +00:00
..
source Fix misaligned memory(UB) 2018-01-13 00:49:17 +00:00
CMakeLists.txt Fix misaligned memory(UB) 2018-01-13 00:49:17 +00:00