MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / Fixup

Function Fixup

modules/tools/animation_tool/src/track_builder.cc:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89
90template <typename _Keyframes>
91void Fixup(_Keyframes* _keyframes) {
92 // Nothing to do by default.
93 (void)_keyframes;
94}
95} // namespace
96
97// Ensures _input's validity and allocates _animation.

Callers 1

BuildMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected