diff --git a/Engine/source/T3D/lighting/reflectionProbe.cpp b/Engine/source/T3D/lighting/reflectionProbe.cpp index 6b1fe2fef..57f6e9485 100644 --- a/Engine/source/T3D/lighting/reflectionProbe.cpp +++ b/Engine/source/T3D/lighting/reflectionProbe.cpp @@ -797,7 +797,9 @@ void ReflectionProbe::bake() if (mReflectionModeType != BakedCubemap) return; + PROBEMGR->preBake(); PROBEMGR->bakeProbe(this); + PROBEMGR->postBake(); setMaskBits(-1); }