Skip to content
Snippets Groups Projects
Commit 2cc8ac77 authored by Florent Berthaut's avatar Florent Berthaut
Browse files

Fixed arrow modules names

parent d9b5564c
No related branches found
No related tags found
No related merge requests found
......@@ -246,7 +246,7 @@ void RevealedArrowModule::updateModulesList(const map<string, Module*>& mods) {
desModNames.push_back(vector<string>());
map<string, Module*>::const_iterator itMod = mods.begin();
for(; itMod!=mods.end(); ++itMod) { //select names from scene modules
if(itMod->first.find("/revil/scene/")==0
if(itMod->first.find("/rivill/scene/")==0
&& itMod->first.compare(m_fullName)!=0) {
oriModNames[0].push_back(itMod->first);
desModNames[0].push_back(itMod->first);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment