İlk yürütme
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// Copyright Epic Games, Inc. All Rights Reserved.
|
||||
|
||||
|
||||
#include "firstCameraManager.h"
|
||||
|
||||
AfirstCameraManager::AfirstCameraManager()
|
||||
{
|
||||
// set the min/max pitch
|
||||
ViewPitchMin = -70.0f;
|
||||
ViewPitchMax = 80.0f;
|
||||
}
|
||||
Reference in New Issue
Block a user