Example #1
0
        // This updates everything after the configuration or settings have been changed
        internal void UpdateConfiguration()
        {
            // Update map
            map.UpdateConfiguration();

            // Update settings
            renderer3d.CreateProjection();

            // Things filters
            General.MainWindow.UpdateThingsFilters();
        }