Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ resetActions
Method
resetActions
Source/Node/Model.cpp:188–192 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
186
}
187
188
void Model::resetActions() {
189
for (auto it = _spritePairs.begin(); it != _spritePairs.end(); ++it) {
190
it->second->restore(it->first);
191
}
192
}
193
194
void Model::onActionEnd() {
195
if (_isPaused) {
Callers
nothing calls this directly
Calls
3
begin
Method · 0.45
end
Method · 0.45
restore
Method · 0.45
Tested by
no test coverage detected