mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 08:41:11 +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)
|
update=ec_dir_update)
|
||||||
script = StringProperty(
|
script = StringProperty(
|
||||||
name="script",
|
name="script",
|
||||||
description="Script for animating frames and skins",
|
description="entity class storage",
|
||||||
update=ec_script_update)
|
update=ec_script_update)
|
||||||
entity_classes = EntityClassDict()
|
entity_classes = EntityClassDict()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue