VanceCole / simplefog

A module for FoundryVTT that lets you draw fog of war manually
MIT License
9 stars 21 forks source link

When quickly drawing shapes with brush tool previous fog sometimes disappears #4

Closed VanceCole closed 4 years ago

VanceCole commented 4 years ago

Likely a race condition with the server updates to fog, I will add a check to make sure any pending fog updates have resolved before processing new updates.

VanceCole commented 4 years ago

Added check that should mitigate the most noticeable causes of this but it is probably still possible in edge cases

VanceCole commented 4 years ago

I think actually fixed now