mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Unity: Fixed a compile warning in the plugin wrapper on Linux
This commit is contained in:
parent
49ef70cc0d
commit
29b673a283
1 changed files with 2 additions and 2 deletions
|
|
@ -95,7 +95,7 @@ struct UnityAudioSpatializerData
|
|||
float reverbZoneMix;
|
||||
float spread;
|
||||
float stereoPan;
|
||||
distanceAttenuationCallback distanceAttenuationCallback;
|
||||
distanceAttenuationCallback attenuationCallback;
|
||||
float minDistance;
|
||||
float maxDistance;
|
||||
};
|
||||
|
|
@ -108,7 +108,7 @@ struct UnityAudioAmbisonicData
|
|||
float reverbZoneMix;
|
||||
float spread;
|
||||
float stereoPan;
|
||||
distanceAttenuationCallback distanceAttenuationCallback;
|
||||
distanceAttenuationCallback attenuationCallback;
|
||||
int ambisonicOutChannels;
|
||||
float volume;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue