Skip to content

Commit

Permalink
maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
powerof3 authored and github-actions[bot] committed Jul 19, 2024
1 parent 11f5c9f commit 69a0dfb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion include/Dependencies.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace Dependencies
using _PEGETVERSION = const char* (*)();

std::string CheckErrors();

inline constexpr auto PapyrusExtender{ "po3_PapyrusExtender"sv };
inline constexpr auto PapyrusUtil{ "PapyrusUtil"sv };
inline constexpr auto po3Tweaks{ "po3_Tweaks"sv };
Expand Down
4 changes: 2 additions & 2 deletions src/graphics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ namespace FEC::GRAPHICS
processLists->ForEachShaderEffect([&](RE::ShaderReferenceEffect* a_shaderEffect) {
if (a_shaderEffect->target == handle) {
if (const auto effectData = a_shaderEffect->effectData; effectData &&
effectData->data.flags.all(Flags::kSkinOnly) &&
!effectData->holesTexture.textureName.empty()) {
effectData->data.flags.all(Flags::kSkinOnly) &&
!effectData->holesTexture.textureName.empty()) {
a_shaderEffect->finished = true;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ void InitializeLog()
extern "C" DLLEXPORT bool SKSEAPI SKSEPlugin_Load(const SKSE::LoadInterface* a_skse)
{
SKSE::Init(a_skse);

InitializeLog();

logger::info("Game version : {}", a_skse->RuntimeVersion().string());
Expand Down

0 comments on commit 69a0dfb

Please sign in to comment.