Skip to content

Commit

Permalink
disable FirstPersonAlpha fix
Browse files Browse the repository at this point in the history
  • Loading branch information
powerof3 committed Jun 12, 2024
1 parent eef501b commit ee4f784
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.20)
set(NAME "po3_Tweaks" CACHE STRING "")
set(VERSION 1.10.0 CACHE STRING "")
set(VERSION 1.10.1 CACHE STRING "")
set(AE_VERSION 1)
set(VR_VERSION 1)

Expand Down
3 changes: 2 additions & 1 deletion src/Fixes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ void Fixes::PostLoad::Install()
CacheFormEditorIDs::Install();
}
if (fixes.firstPersonAlpha) {
FirstPersonAlpha::Install();
// broken on some setups
//FirstPersonAlpha::Install();
}
//UnderWaterCamera::Install(); tbd
}
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "po3tweaks",
"version-string": "1.10.0",
"version-string": "1.10.1",
"description": "Collection of bug fixes and tweaks for Skyrim SE/AE/VR",
"homepage": "https://github.com/powerof3/po3-Tweaks/",
"license": "MIT",
Expand Down

0 comments on commit ee4f784

Please sign in to comment.