mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-08-09 02:44:05 -05:00
minor formatting fix
This commit is contained in:
parent
9bea14db79
commit
e4b2d2e4d2
|
|
@ -147,7 +147,6 @@ class Application(Frame):
|
|||
self.map.canvas.bind('<B1-Motion>', self.paint)
|
||||
|
||||
def init_picker(self):
|
||||
|
||||
self.current_tile = Map(self.button_frame, tileset_id=self.map.tileset_id)
|
||||
self.current_tile.blockdata = [self.paint_tile]
|
||||
self.current_tile.width = 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user