Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added CyGlobalContext::initStatics() function #1118

Merged

Conversation

MattOttawa
Copy link
Member

I didn't like the way the static was in getMapByIndex().

CyMap* CyGlobalContext::getMapByIndex(int iIndex)
{
static CyMap cyMap;
cyMap = GC.getMapByIndex((MapTypes)iIndex);
return &cyMap;
}

MattOttawa and others added 30 commits June 8, 2021 17:41
@github-actions github-actions bot added the dll A C++ issue label Aug 15, 2021
@MattOttawa MattOttawa merged commit 3fbe61d into caveman2cosmos:master Aug 16, 2021
@MattOttawa MattOttawa deleted the parallel_maps_py_interface1 branch January 13, 2022 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dll A C++ issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant