ozzr / godot_terrain

Custom Godot Engine Build with Terrain Module
BSD 2-Clause "Simplified" License
115 stars 6 forks source link

Terrain painting locked after switch from Texture to Heightmap painting #5

Closed outobugi closed 2 years ago

outobugi commented 2 years ago

Happens with EXTENDED_16 splatmap mode.

Steps to reproduce:

  1. Paint textures
  2. Switch to any heightmap tool and paint
  3. Change back to texture painting
ozzr commented 2 years ago

Already found the culprit. The Error happens when using the EXTENDED_16 Paint Mode and it is due to an internal mutex in the TerrainTool class staying in locked state. Added into the next release.