Amend missed code review comment
This commit is contained in:
parent
aa97badf69
commit
4121b068f4
|
@ -37,9 +37,9 @@ func clear(clear_elevation: float) -> void:
|
||||||
_editable_texture.update(_editable_image)
|
_editable_texture.update(_editable_image)
|
||||||
|
|
||||||
##
|
##
|
||||||
|
## Returns the canvas data as a [Texture2D].
|
||||||
##
|
##
|
||||||
##
|
func get_texture() -> Texture2D:
|
||||||
func get_texture() -> void:
|
|
||||||
return _editable_texture
|
return _editable_texture
|
||||||
|
|
||||||
##
|
##
|
||||||
|
|
Loading…
Reference in New Issue