Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Black Dragon Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
NiranV
Black Dragon Viewer
Commits
d459b3a1
Commit
d459b3a1
authored
1 year ago
by
Ansariel
Committed by
Nat Goodspeed
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix builds using OpenAL
(cherry picked from commit
fd73b6e5
)
parent
44181628
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
indra/llaudio/llaudioengine_openal.h
+1
-1
1 addition, 1 deletion
indra/llaudio/llaudioengine_openal.h
with
1 addition
and
1 deletion
indra/llaudio/llaudioengine_openal.h
+
1
−
1
View file @
d459b3a1
...
...
@@ -42,6 +42,7 @@ class LLAudioEngine_OpenAL : public LLAudioEngine
virtual
bool
init
(
void
*
user_data
,
const
std
::
string
&
app_title
);
virtual
std
::
string
getDriverName
(
bool
verbose
);
virtual
LLStreamingAudioInterface
*
createDefaultStreamingAudioImpl
()
const
{
return
nullptr
;
}
virtual
void
allocateListener
();
virtual
void
shutdown
();
...
...
@@ -56,7 +57,6 @@ class LLAudioEngine_OpenAL : public LLAudioEngine
/*virtual*/
void
updateWind
(
LLVector3
direction
,
F32
camera_altitude
);
private
:
void
*
windDSP
(
void
*
newbuffer
,
int
length
);
typedef
S16
WIND_SAMPLE_T
;
LLWindGen
<
WIND_SAMPLE_T
>
*
mWindGen
;
S16
*
mWindBuf
;
...
...
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