mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-08 13:25:57 +00:00
1e276bb4ad
This removes a duplicate call of on_report_loaded() when loading a profiling report. This second call caused loading reports to fail, whenever it took longer than 5 seconds. While that was probably a measure to prevent reports loading too long and taking up too much resources, it didn't achieve that goal, as the actual loading of the report din't get aborted.