1
0
Fork 0

Sentry: add breadcrumb on scenery reload

This commit is contained in:
James Turner 2020-08-19 11:47:34 +01:00
parent bbce95b5ea
commit 5b3cdb49c5

View file

@ -56,6 +56,7 @@
#include <Viewer/renderer.hxx>
#include <Main/fg_props.hxx>
#include <GUI/MouseCursor.hxx>
#include <Main/sentryIntegration.hxx>
#include "scenery.hxx"
#include "terrain_stg.hxx"
@ -425,6 +426,7 @@ void FGScenery::init() {
void FGScenery::reinit()
{
flightgear::addSentryBreadcrumb("reloading scenery", "info");
_terrain->reinit();
}