MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / SetImageOriginal

Method SetImageOriginal

Source/Graphics.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void cGraphics::SetImageOriginal() {
46
47 mSurface = mImageOriginal;
48}
49
50void cGraphics::SetSurfaceOriginal(cSurface* pImage) {
51 mImageOriginal = pImage;

Callers 2

Draw_Phase_PausedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected