mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-14 19:25:16 -05:00
Update PolymodMacro.hx
This commit is contained in:
parent
ee63e8d8d6
commit
d27433318d
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ class PolymodMacro
|
||||||
Context.defineType(
|
Context.defineType(
|
||||||
{
|
{
|
||||||
pos: Context.currentPos(),
|
pos: Context.currentPos(),
|
||||||
pack: ['polymod', 'abstracts'].concat(abstractCls.module.split('.')),
|
pack: ['polymod', 'abstracts'].concat(abstractCls.pack),
|
||||||
name: abstractCls.name,
|
name: abstractCls.name,
|
||||||
kind: TypeDefKind.TDClass(null, [], false, false, false),
|
kind: TypeDefKind.TDClass(null, [], false, false, false),
|
||||||
fields: fields,
|
fields: fields,
|
||||||
|
|
Loading…
Reference in a new issue