Skip to content

Commit

Permalink
Test patch to experiment with bUseFaceGenPreprocessedHeads = 1.
Browse files Browse the repository at this point in the history
Now respects bUseFaceGenPreprocessedHeads flag.
  • Loading branch information
rfortier authored and Richard Fortier committed Dec 1, 2024
1 parent 469546a commit bed16f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Code/client/TiltedOnlineApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ void TiltedOnlineApp::Update()
// Every frame make sure we won't use preprocessed facegen
POINTER_SKYRIMSE(uint32_t, bUseFaceGenPreprocessedHeads, 378620);

*bUseFaceGenPreprocessedHeads = 0;
// Reverting this change to respect the bUseFaceGenPreprocessedHeads flag.
//*bUseFaceGenPreprocessedHeads = 0;

// Make sure the window stays active
POINTER_SKYRIMSE(uint32_t, bAlwaysActive, 380768);
Expand Down

0 comments on commit bed16f2

Please sign in to comment.