Midstream on #8 : Grid drawing works as expected now, but the TilesetPropertiesChangedEvent is not bubbling up like it should, so the grid can't change
This commit is contained in:
@@ -12,7 +12,7 @@ module Tailor
|
||||
attr_accessor :gridY
|
||||
|
||||
def initialize(*args)
|
||||
super(*args)
|
||||
super(args[0])
|
||||
@padX = args[2]['padX']
|
||||
@padY = args[2]['padY']
|
||||
@pitchX = args[2]['pitchX']
|
||||
|
||||
Reference in New Issue
Block a user