Skip to content

Commit

Permalink
Forgot to save the file ... not this first time ...
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Oct 26, 2024
1 parent 7ad1d8b commit 84cfac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings/native-magick-settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export class NativeMagickSettings extends NativeInstance {

if (settings.density !== undefined) {
const density = settings.density.toString();
density._use((ptr) => {
_withString(density, ptr => {
ImageMagick._api._MagickSettings_Density_Set(this._instance, ptr);
});
}
Expand Down

0 comments on commit 84cfac3

Please sign in to comment.