Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
ITASimulationScheduler
Commits
533b15af
Commit
533b15af
authored
Jul 14, 2020
by
Pascal Palenda
Browse files
Clear the current config before init, fix issue
parent
79a50340
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ITA/simulation_scheduler/room_acoustics/raven/simulator.cpp
View file @
533b15af
...
...
@@ -265,6 +265,8 @@ namespace ITA
void
CSimulator
::
init
(
)
{
PROFILER_SECTION
(
);
m_pRavenMasterController
->
clearCurrentConfig
(
NET_MODE
,
true
);
m_pRavenMasterController
->
initLODEngine
(
);
// todo : do we need this?
m_pRavenMasterController
->
initPortalsAndPortalSenders
(
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment