Skip to content

Commit

Permalink
Update __VinylSystem.gml
Browse files Browse the repository at this point in the history
  • Loading branch information
JujuAdams committed Sep 12, 2024
1 parent 7b8fba5 commit b51995c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/__VinylSystem/__VinylSystem.gml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,10 @@ function __VinylSystem()
__VinylTrace("Warning! Failed to read GML");
}

buffer_delete(_buffer);
if (buffer_exists(_buffer))
{
buffer_delete(_buffer);
}

if (is_struct(_gml))
{
Expand Down

0 comments on commit b51995c

Please sign in to comment.