mirror of
https://github.com/Relintai/material-maker.git
synced 2024-12-23 21:16:54 +01:00
Fix syntax error.
This commit is contained in:
parent
86893d32ef
commit
8abb968c52
@ -264,7 +264,7 @@ func get_shader_code(uv : String, output_index : int, context : MMGenContext) ->
|
|||||||
print(rv)
|
print(rv)
|
||||||
return rv
|
return rv
|
||||||
|
|
||||||
func _get_shader_code(__, __, __) -> Dictionary:
|
func _get_shader_code(_uv, _output_index, _context) -> Dictionary:
|
||||||
return {}
|
return {}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user