1 parent 0f196ff commit 121a9fcCopy full SHA for 121a9fc
1 file changed
src/GameEventHandler.cpp
@@ -868,7 +868,7 @@ namespace plugin {
868
if (auto actor = arg2_form->As<RE::Actor>()) {
869
if (!actor->Is3DLoaded()) {
870
logger::warn("Loading 3D for node transform");
871
- actor->Load3D(false);
+ actor->Load3D(true);
872
}
873
874
@@ -881,7 +881,7 @@ namespace plugin {
881
882
883
884
885
886
887
0 commit comments