diff options
Diffstat (limited to 'demos/2d/space_shooter/shot.gd')
-rw-r--r-- | demos/2d/space_shooter/shot.gd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/2d/space_shooter/shot.gd b/demos/2d/space_shooter/shot.gd index 31b5b24367..936dde73d1 100644 --- a/demos/2d/space_shooter/shot.gd +++ b/demos/2d/space_shooter/shot.gd @@ -12,7 +12,6 @@ func _process(delta): func _ready(): - # Initialization here set_process(true) |