1
0
Fork 0

Parse the path of fgdata to Canvas

This commit is contained in:
Erik Hofman 2023-02-26 10:29:30 +01:00
parent 098300bb51
commit 2401232969

View file

@ -91,7 +91,8 @@ CanvasMgr::CanvasMgr():
fgGetNode("/sim/signals/model-reinit", true)
)
{
const SGPath path = globals->get_fg_root() / "gui" / "shaders";
setShaderRoot(path);
}
//----------------------------------------------------------------------------