mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-19 07:20:50 +00:00
Fix a case&paste error.
This commit is contained in:
parent
38facac7ce
commit
8587079c0d
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue