Skip to content

Commit

Permalink
Fix macro
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmeow committed Dec 25, 2023
1 parent cd96863 commit 3d47ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dmsrc/iconforge.dm
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
#define rustg_iconforge_check(job_id) RUSTG_CALL(RUST_G, "iconforge_check")("[job_id]")
/// Clears all cached DMIs and images, freeing up memory.
/// This should be used after spritesheets are done being generated.
#define rustg_iconforge_cleanup() RUSTG_CALL(RUST_G, "iconforge_cleanup")()
#define rustg_iconforge_cleanup RUSTG_CALL(RUST_G, "iconforge_cleanup")

0 comments on commit 3d47ac7

Please sign in to comment.