Fix a case&paste error.

This commit is contained in:
Bill Currie 2012-09-04 11:59:04 +09:00
parent 38facac7ce
commit 8587079c0d

View file

@ -87,7 +87,7 @@ class QFEntityClasses(bpy.types.PropertyGroup):
update=ec_dir_update)
script = StringProperty(
name="script",
description="Script for animating frames and skins",
description="entity class storage",
update=ec_script_update)
entity_classes = EntityClassDict()