mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
VideoCommon: Fix crash that occurs on loading a fifo log due to uninitialized Free Look control type
This commit is contained in:
@ -41,6 +41,7 @@ public:
|
||||
class FreeLookCamera
|
||||
{
|
||||
public:
|
||||
FreeLookCamera();
|
||||
void SetControlType(FreeLook::ControlType type);
|
||||
Common::Matrix44 GetView();
|
||||
Common::Vec2 GetFieldOfView() const;
|
||||
|
Reference in New Issue
Block a user