Bug fixes for textrenderable and sterilization, added base for game pause #354

Merged
glencelow merged 5 commits from PlayerController into main 2023-02-21 15:49:10 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d754a0b5c3 - Show all commits

View File

@ -265,7 +265,7 @@ namespace SHADE
{
camera.offset = arm->GetOffset();
if (arm->lookAtCameraOrigin)
CameraLookAt(camera, camera.position);
CameraLookAt(camera, camera.position + arm->GetTargetOffset());
}