mach: fix missing param when linking model3d (#617)
This commit is contained in:
parent
c96ff64958
commit
cb011d961b
1 changed files with 1 additions and 1 deletions
|
|
@ -270,7 +270,7 @@ pub const App = struct {
|
|||
sysaudio.link(app.b, app.step, options.sysaudio_options);
|
||||
if (app.use_freetype) |_| freetype.link(app.b, app.step, options.freetype_options);
|
||||
if (app.use_model3d) {
|
||||
model3d.link(app.b, app.step);
|
||||
model3d.link(app.b, app.step, app.step.target);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue