mirror of
https://github.com/Steffo99/swear-jar.git
synced 2024-11-21 23:34:18 +00:00
Remove hit buffer print log
This commit is contained in:
parent
8e83184150
commit
5f3e361a9d
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ signal spawned(what: RigidBody2D)
|
|||
func spawn():
|
||||
buffer += 1
|
||||
if buffer > buffer_cap:
|
||||
print("Hit buffer!")
|
||||
buffer = buffer_cap
|
||||
|
||||
func _count_overlapping_bodies() -> int:
|
||||
|
|
Loading…
Reference in a new issue