MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / staticScaleCallback

Method staticScaleCallback

src/game/TextureMatrix.cpp:292–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292void TextureMatrix::staticScaleCallback(const std::string& name, void* data) {
293 ((TextureMatrix*)data)->scaleCallback(name);
294}
295
296void TextureMatrix::staticShiftCallback(const std::string& name, void* data) {
297 ((TextureMatrix*)data)->shiftCallback(name);

Callers

nothing calls this directly

Calls 1

scaleCallbackMethod · 0.80

Tested by

no test coverage detected