MattiasLiljeson / Amalgamation

Source code for the game Amalgamation by Polyhedron
http://www.indiedb.com/company/polyhedron
Other
7 stars 3 forks source link

Modules spawned doesn't get their transform right away. #20

Open jarllarsson opened 11 years ago

jarllarsson commented 11 years ago

They spawn in origo before getting the right properties.

jarllarsson commented 11 years ago

The Module spawn alert branch can be merged into the game when this bug is solved.

jarllarsson commented 11 years ago

Merged in module spawn effect now anyway. The bug with spawning modules still occur sometimes. That's why the module spawn effect sometimes appear at 0,0,0(spawn effect but no module). In short: Modules will appear at 0,0,0 upon spawn and then get their correct properties assigned (again, seemingly as the module is constructed with transform data directly from packet, physics problem?)