Skip to content

Commit

Permalink
Fix critical issue with third person mode
Browse files Browse the repository at this point in the history
  • Loading branch information
MadDeCoDeR committed Jun 3, 2024
1 parent fd2d166 commit 7de876a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ neo/neo.kdev4
/.vscode/dryrun.log
/.vscode/configurationCache.log
*.aps
/neo/libs/openxr
1 change: 0 additions & 1 deletion neo/framework/UsercmdGen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1187,7 +1187,6 @@ void idUsercmdGenLocal::MakeCurrent()
common->GetPhotoMode()->End(&viewangles);
}
}
game->SetCVarBool("pm_thirdPerson", in_photomode.GetBool());
oldTPButtonState = TPButtonState;
}

Expand Down

0 comments on commit 7de876a

Please sign in to comment.