OSB-11 fix: Added missing override specifier for Cinematic Camera component methods
The methods in the CinematicCameraSpaceComponent class that override those from the IEnableableComponent interface were missing the override specifier, causing a compiler warning
OSB-11 fix: Added missing override specifier for Cinematic Camera component methods
CinematicCameraSpaceComponent
class that override those from theIEnableableComponent
interface were missing theoverride
specifier, causing a compiler warning