MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / AddWallmarkAsync

Method AddWallmarkAsync

ogsr_engine/Layers/xrRender/SkeletonCustom.cpp:796–804  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

794}
795
796void CKinematics::AddWallmarkAsync()
797{
798 for (auto & item : wallmarks_to_add)
799 {
800 item.add_wallmark_internal(this);
801 }
802
803 wallmarks_to_add.clear();
804}
805
806void CKinematics::CalculateWallmarks(const bool hud) // called on render
807{

Callers

nothing calls this directly

Calls 2

add_wallmark_internalMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected