mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-21 15:44:23 +00:00
Remove semicolon
This commit is contained in:
parent
7b54a55dd5
commit
4241cd3541
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class_name Sampler
|
|||
@export var autoenable_on_ready: bool = true
|
||||
|
||||
|
||||
var selected: Node = null;
|
||||
var selected: Node = null
|
||||
|
||||
|
||||
## Get a reference.
|
||||
|
|
Loading…
Reference in a new issue