Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenXcom/OpenXcom
/ addOffset
Method
addOffset
src/Engine/ShaderRepeat.h:56–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
_off_y = y;
55
}
56
inline void addOffset(int x, int y)
57
{
58
_off_x += x;
59
_off_y += y;
60
}
61
};
62
63
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected