Skip to content

Commit

Permalink
Fix error in dynamic version of D bindings (#3215)
Browse files Browse the repository at this point in the history
Dazed and confused but trying to continue
  • Loading branch information
ichordev authored Dec 6, 2023
1 parent 7b8aa2e commit 07be0f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindings/d/package.d
Original file line number Diff line number Diff line change
Expand Up @@ -3562,7 +3562,7 @@ mixin(joinFnBinds((){

];
return ret;
}()));
}(), "Resolution, Init, Attachment, VertexLayout, Encoder, "));

static if(!staticBinding):
import bindbc.loader;
Expand Down
2 changes: 1 addition & 1 deletion scripts/bindings-d.lua
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ mixin(joinFnBinds((){
$funcs
];
return ret;
}()));
}(), $membersWithFns));
static if(!staticBinding):
import bindbc.loader;
Expand Down

0 comments on commit 07be0f2

Please sign in to comment.