Merge pull request #107 from Relintai/master

Fix syntax error
This commit is contained in:
Rodz Labs 2020-04-21 18:49:41 +02:00 committed by GitHub
commit ebcb0e101d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ func get_shader_code(uv : String, output_index : int, context : MMGenContext) ->
print(rv)
return rv
func _get_shader_code(__, __, __) -> Dictionary:
func _get_shader_code(_uv, _output_index, _context) -> Dictionary:
return {}