vst3 typo bug fix
This commit is contained in:
parent
50118f66a4
commit
69cff1ebab
@ -2177,7 +2177,7 @@ static struct Steinberg_IPlugView* controllerCreateView(void* thisInterface, Ste
|
|||||||
|
|
||||||
controller *c = (controller *)((char *)thisInterface - offsetof(controller, vtblIEditController));
|
controller *c = (controller *)((char *)thisInterface - offsetof(controller, vtblIEditController));
|
||||||
size_t i;
|
size_t i;
|
||||||
for (i = 0; i < c->viewsCount; c++)
|
for (i = 0; i < c->viewsCount; i++)
|
||||||
if (c->views[i] == NULL)
|
if (c->views[i] == NULL)
|
||||||
break;
|
break;
|
||||||
if (i == c->viewsCount) {
|
if (i == c->viewsCount) {
|
||||||
|
Loading…
Reference in New Issue
Block a user