diff --git a/OgreMain/include/Compositor/OgreCompositorWorkspace.h b/OgreMain/include/Compositor/OgreCompositorWorkspace.h index cb990a0c434..e7959b99c40 100644 --- a/OgreMain/include/Compositor/OgreCompositorWorkspace.h +++ b/OgreMain/include/Compositor/OgreCompositorWorkspace.h @@ -159,7 +159,7 @@ namespace Ogre /// Only valid workspaces can update without crashing bool isValid() const { return mValid; } - void setEnabled( bool bEnabled ) { mEnabled = bEnabled; } + void setEnabled( bool bEnabled ) { mEnabled = bEnabled; _notifyBarriersDirty(); } bool getEnabled() const { return mEnabled; } /** When building with OGRE_PROFILING enabled, setting this option to true