MCPcopy Create free account
hub / github.com/KAlO2/PerfectShow / PossiblyPrint

Function PossiblyPrint

jni/stasm/shapehacks.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27//-----------------------------------------------------------------------------
28
29static void PossiblyPrint(const char* s) // debugging print
30{
31 if (trace_g)
32 lprintf("%s ", s);
33}
34
35void ApplyShapeModelHacks( // adjust shape by applying various hacks
36 Shape& shape, // io: position of features possibly adjusted

Callers 1

ApplyShapeModelHacksFunction · 0.85

Calls 1

lprintfFunction · 0.85

Tested by

no test coverage detected