opentomb / OpenTomb

An open-source Tomb Raider 1-5 engine remake
http://opentomb.github.io/
GNU Lesser General Public License v3.0
1.39k stars 145 forks source link

attribute problem #575

Closed ghost closed 5 years ago

ghost commented 5 years ago

i have tested 2 or 3 time to found a solution about this problem but no attribute exist in visual studio :x i can use alignas to align it to 16bits :x i not very tested about it. after tested i dont view any change :x

Gh0stBlade commented 5 years ago

In reference to?....

ghost commented 5 years ago

reference of #573 and for alignas -> link

TeslaRus commented 5 years ago

without alignas(16) in some cases engine crashes every run (GCC 4.8 may be) it is Bullet library requirement...

ghost commented 5 years ago

i play without alignas(16) and engine not crash for me ! already aligned in windows ?

TeslaRus commented 5 years ago

compiler depended behavior ;-)

ghost commented 5 years ago

FIXED