1
0
mirror of https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git synced 2025-01-05 00:53:36 +08:00

Update SimpleNoise.gd

- Compilation error fixed.
This commit is contained in:
Digvijaysinh Gohil 2024-03-27 08:40:59 +05:30
parent 0b9c1235fa
commit e921ecebad

View File

@ -46,8 +46,6 @@ func _get_input_port_default_value(port: int) -> Variant:
_:
return null
func _get_default_input_port(type: PortType) -> int:
func _get_output_port_count() -> int:
return 1