Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rds1983 committed Jun 29, 2022
1 parent 5510bbd commit 4571180
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/StbImageWrite.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ namespace StbImageWriteSharp
#endif
static unsafe partial class StbImageWrite
{
public static int NativeAllocations => MemoryStats.Allocations;

public static void stbiw__writefv(stbi__write_context s, string fmt, params object[] v)
{
var vindex = 0;
Expand Down

0 comments on commit 4571180

Please sign in to comment.