Skip to content

viewport: Fix null reference-map-source

The documentation for shumate_viewport_set_reference_map_source() says map_source may be NULL, but it emits a critical log message if it is. Also, it was missing a g_return_if_fail().

Merge request reports