Bug fix: GPS map not displayed in some circumstances
authorColin Clark <[email protected]>
Sun, 26 Jan 2025 18:29:52 +0000 (18:29 +0000)
committerColin Clark <[email protected]>
Sun, 26 Jan 2025 18:29:52 +0000 (18:29 +0000)
commitb71b071c2a1bd80f0abe34c873301b706c2fd18b
tree111f34a24f37e1df13f0359b6271b9e4c8c6827b
parent4a30c4005e4d5297a7a7ed46f731d1126bc03a8a
Bug fix: GPS map not displayed in some circumstances

If the user needs to set the override_disable_gpu option, the map will
not be displayed, because the option is set before the standard options
are loaded.

Move the check for override_disable_gpu after the standard options are
loaded.
src/main.cc