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)
VAUnity
Commits
c23890cd
Commit
c23890cd
authored
Nov 17, 2016
by
Maurice Tayeb Andreas
Browse files
Kommafehler hatte sich eingeschlichen
parent
02ddcc6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
VACS.cs
View file @
c23890cd
...
...
@@ -178,7 +178,7 @@ namespace VA
{
NativeSetSoundSourceEnabled
(
_NetClient
,
iSoundSourceID
,
bEnabled
);
}
public
void
SetListenerEnabled
(
,
int
iListenerID
,
bool
bEnabled
)
public
void
SetListenerEnabled
(
int
iListenerID
,
bool
bEnabled
)
{
NativeSetListenerEnabled
(
_NetClient
,
iListenerID
,
bEnabled
);
}
...
...
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