Skip to content

Commit

Permalink
Fix build with VST3
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Piolat committed Dec 14, 2024
1 parent dcd1214 commit 15b6faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vst3/dplug/vst3/client.d
Original file line number Diff line number Diff line change
Expand Up @@ -1957,7 +1957,7 @@ nothrow:
// Cubase like the "desired size" so that it can call during a resize.
// FLStudio and probably most hosts wants instead the former size.
// See Issue #888.
if (_daw == DAW.Cubase)
if (_vst3Client._daw == DAW.Cubase)
{
if (_vst3Client._client.getDesiredGUISize(&widthLogicalPixels, &heightLogicalPixels))
{
Expand Down

0 comments on commit 15b6faa

Please sign in to comment.