mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Changed comment to string type
This commit is contained in:
parent
6b4309afc3
commit
db02cfd728
@ -9,7 +9,7 @@ class Entity(EntityTypeDesc):
|
||||
attribs = (
|
||||
('type', None),
|
||||
('name', 'unnamed'),
|
||||
('comment', ''),
|
||||
('comment', '', 'string'),
|
||||
)
|
||||
|
||||
class LevelMgr(Entity):
|
||||
|
Loading…
x
Reference in New Issue
Block a user