Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Drombeys committed Dec 23, 2024
1 parent 54fd8e8 commit d8a5f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Layers/xrRender/DetailManager_Decompress.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ RDEVICE.Statistic->TEST0.End ();

ground_correction(Item.mRotY, normal);
// Save it
D.G[index].items.emplace_back(std::make_shared<CDetail::SlotItem>(Item));
D.G[index].items.emplace_back(xr_make_shared<CDetail::SlotItem>(Item));
}
}

Expand Down

0 comments on commit d8a5f7f

Please sign in to comment.