MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / notifySyncPost

Method notifySyncPost

source/renderscene/RenderSceneGroup.cpp:159–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void RenderSceneGroup::notifySyncPost(const std::string& event)
160{
161 for(RenderScene* scene : mScenes)
162 scene->notifySyncPost(event);
163}

Callers 1

dispatchSyncPostMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected