Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
VACore
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Institute of Technical Acoustics (ITA)
VACore
Commits
add2cea8
Commit
add2cea8
authored
7 years ago
by
Dipl.-Ing. Jonas Stienen
Browse files
Options
Downloads
Patches
Plain Diff
Fixing bug in load scene from file / create scene method
parent
3a783705
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/VACoreImpl.cpp
+3
-0
3 additions, 0 deletions
src/VACoreImpl.cpp
with
3 additions
and
0 deletions
src/VACoreImpl.cpp
+
3
−
0
View file @
add2cea8
...
@@ -3772,6 +3772,9 @@ std::string CVACoreImpl::CreateScene( const CVAStruct& oParams, const std::strin
...
@@ -3772,6 +3772,9 @@ std::string CVACoreImpl::CreateScene( const CVAStruct& oParams, const std::strin
std
::
string
sDestFilename
=
correctPath
(
m_oCoreConfig
.
mMacros
.
SubstituteMacros
(
sFilePath
)
);
std
::
string
sDestFilename
=
correctPath
(
m_oCoreConfig
.
mMacros
.
SubstituteMacros
(
sFilePath
)
);
for
(
std
::
vector
<
CVAAudioRendererDesc
>::
iterator
it
=
m_voRenderers
.
begin
();
it
!=
m_voRenderers
.
end
();
++
it
)
for
(
std
::
vector
<
CVAAudioRendererDesc
>::
iterator
it
=
m_voRenderers
.
begin
();
it
!=
m_voRenderers
.
end
();
++
it
)
it
->
pInstance
->
LoadScene
(
sDestFilename
);
it
->
pInstance
->
LoadScene
(
sDestFilename
);
// @todo: create a scene manager and return a proper scene identifier
return
sDestFilename
;
}
}
else
else
{
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment