TheDuckCow / godot-road-generator

A godot plugin for creating 3D highways and streets.
MIT License
316 stars 16 forks source link

Delay between hierarchy click and release #51

Open TheDuckCow opened 1 year ago

TheDuckCow commented 1 year ago

If you click on a RoadPoint in the 3D view, it will not do anything on press, but will jump gizmos and lane visualized on release. No discrepency there. However if you press to click on a (not already selected) RoadPoint in the hierarchy Scene panel, the lane visualizer will move over right away but the gizmos will hang around until you've released your press.

Logging this issue, but making it a low priority bug since it doesn't actually impact user experience, since they can't accidentally move those gizmos as they'd have to release their initial press first anyways.