Open Milopetilo opened 1 month ago
Relevant function https://github.com/CleverRaven/Cataclysm-DDA/blob/master/src/overmap_ui.cpp#L1457 and it's call https://github.com/CleverRaven/Cataclysm-DDA/blob/master/src/overmap_ui.cpp#L2131
This is pretty annoying and has existed since before I started afaik, I've tried making it invalidate/redraw both ui_adaptors only as needed and copied the more convoluted chrono based blinking and scroll timeout stuff from display() with no noticeable difference
I think it has to be to do with redrawing the map ui_adaptor bc zooming in reduces the lag considerably
Describe the bug
Whenever spawning anything in through the overmap editor, the game slows to a crawl.
Attach save file
N/A
Steps to reproduce
Open the overmap editor, press
s
ort
to open the placing menu, select anything, try moving it around, witness slowdown.Expected behavior
The game to keep running at normal speed, maybe slightly slower.
Screenshots
No response
Versions and configuration
Additional context
No response