map editor fix
This commit is contained in:
@@ -1749,6 +1749,7 @@ static void studioTick()
|
|||||||
{
|
{
|
||||||
Map* map = impl.editor[impl.bank.index.map].map;
|
Map* map = impl.editor[impl.bank.index.map].map;
|
||||||
overline = map->overline;
|
overline = map->overline;
|
||||||
|
scanline = map->scanline;
|
||||||
data = map;
|
data = map;
|
||||||
memcpy(&tic->ram.vram.palette, &tic->cart.palette, sizeof(tic_palette));
|
memcpy(&tic->ram.vram.palette, &tic->cart.palette, sizeof(tic_palette));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user