manticorp / unrealheightmap

Unreal Engine 16 Bit Grayscale PNG Heightmap Generator
MIT License
19 stars 1 forks source link

Impossible to type latitude/longitude manually because of map updates #7

Open manticorp opened 1 year ago

manticorp commented 1 year ago

When typing in latitutde / longitude values, the map updates, which in turn updates the input boxes.

This means it is almost impossible to type in values as the lat/lng input boxes are constantly changing as you're typing.

This can probably be fixed by not updating the lat/lng from the map while the inputs are focussed.