Setup for character
movement not working
This commit is contained in:
10
Source/OpenConflict/PlayerCharacter/DDICameraManager.cpp
Normal file
10
Source/OpenConflict/PlayerCharacter/DDICameraManager.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
// Fill out your copyright notice in the Description page of Project Settings.
|
||||
|
||||
|
||||
#include "DDICameraManager.h"
|
||||
|
||||
ADDICameraManager::ADDICameraManager()
|
||||
{
|
||||
ViewPitchMin = -70.f;
|
||||
ViewPitchMax = 80.f;
|
||||
}
|
||||
Reference in New Issue
Block a user