Skip to content
Snippets Groups Projects
Commit 70a88905 authored by Campbell Barton's avatar Campbell Barton
Browse files

Correct typo

parent 443bc8db
No related branches found
No related tags found
No related merge requests found
...@@ -102,7 +102,7 @@ class TexAtl_Main(Panel): ...@@ -102,7 +102,7 @@ class TexAtl_Main(Panel):
# Resolution and Unwrap types (only if Lightmap group is added) # Resolution and Unwrap types (only if Lightmap group is added)
if context.scene.ms_lightmap_groups: if context.scene.ms_lightmap_groups:
group = scene.ms_lightmap_groups[scene.ms_lightmap_groups_index] group = scene.ms_lightmap_groups[scene.ms_lightmap_groups_index]
row.label(text="Resolutiom:") row.label(text="Resolution:")
row.prop(group, 'resolutionX', text='') row.prop(group, 'resolutionX', text='')
row.prop(group, 'resolutionY', text='') row.prop(group, 'resolutionY', text='')
row = self.layout.row() row = self.layout.row()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment