Skip to content

Commit

Permalink
Fixes after testing
Browse files Browse the repository at this point in the history
  • Loading branch information
danhunsaker committed Jul 27, 2024
1 parent c3ddd5c commit e98d38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gremlin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ Gremlin = {
spawnPoints = function(_angle, _scatterRadius, _counter)
local _xOffset, _yOffset

if _counter < 1 then
if _counter == nil or _counter < 1 then
_counter = 0
end

Expand Down

0 comments on commit e98d38a

Please sign in to comment.