From 2cc8ac778c7f3ddf49998107af144621b9014dd2 Mon Sep 17 00:00:00 2001
From: Florent Berthaut <florent.berthaut@univ-lille.fr>
Date: Tue, 18 Jul 2023 17:20:03 +0200
Subject: [PATCH] Fixed arrow modules names

---
 src/modules/RevealedArrowModule.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/RevealedArrowModule.cpp b/src/modules/RevealedArrowModule.cpp
index 32d96e2..cd458c5 100644
--- a/src/modules/RevealedArrowModule.cpp
+++ b/src/modules/RevealedArrowModule.cpp
@@ -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);
-- 
GitLab