Fix error in dynamic version of D bindings (#3215)

Dazed and confused but trying to continue
This commit is contained in:
IchorDev
2023-12-06 22:39:24 +07:00
committed by GitHub
parent 7b8aa2ec75
commit 07be0f213a
2 changed files with 2 additions and 2 deletions

View File

@@ -3562,7 +3562,7 @@ mixin(joinFnBinds((){
];
return ret;
}()));
}(), "Resolution, Init, Attachment, VertexLayout, Encoder, "));
static if(!staticBinding):
import bindbc.loader;