Fixed typo in texture node type form_schema['files']

This commit is contained in:
Sybren A. Stüvel 2016-05-17 11:43:31 +02:00
parent c686c11726
commit 1da077422c

View File

@ -62,7 +62,7 @@ node_type_texture = {
'form_schema': {
'status': {},
'content_type': {'visible': False},
'files': [],
'files': {},
'is_tileable': {},
'is_landscape': {},
'resolution': {},