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)
VACore
Commits
add2cea8
Commit
add2cea8
authored
Jan 08, 2018
by
Dipl.-Ing. Jonas Stienen
Browse files
Fixing bug in load scene from file / create scene method
parent
3a783705
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/VACoreImpl.cpp
View file @
add2cea8
...
...
@@ -3772,6 +3772,9 @@ std::string CVACoreImpl::CreateScene( const CVAStruct& oParams, const std::strin
std
::
string
sDestFilename
=
correctPath
(
m_oCoreConfig
.
mMacros
.
SubstituteMacros
(
sFilePath
)
);
for
(
std
::
vector
<
CVAAudioRendererDesc
>::
iterator
it
=
m_voRenderers
.
begin
();
it
!=
m_voRenderers
.
end
();
++
it
)
it
->
pInstance
->
LoadScene
(
sDestFilename
);
// @todo: create a scene manager and return a proper scene identifier
return
sDestFilename
;
}
else
{
...
...
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