REGoth-project / REGoth

OpenSource-Reimplementation of the zEngine, used by the game "Gothic"
GNU General Public License v3.0
631 stars 62 forks source link

added missing bgfx call for particles #205

Closed markusobi closed 7 years ago

markusobi commented 7 years ago

@degenerated1123 do I need synchronization here? In other words: Do I need to wait until the job is finished by the master thread or is queuing sufficient?

fixes #201

ataulien commented 7 years ago

No need to wait, rendering-wise. But keep in mind that the particle effect can be deleted before the job gets executed!