map editor fix

This commit is contained in:
BADIM-PC\Vadim 2018-02-27 14:57:50 +03:00
parent 96e2c19a5f
commit 2d9c892ccc
1 changed files with 1 additions and 0 deletions

View File

@ -1749,6 +1749,7 @@ static void studioTick()
{
Map* map = impl.editor[impl.bank.index.map].map;
overline = map->overline;
scanline = map->scanline;
data = map;
memcpy(&tic->ram.vram.palette, &tic->cart.palette, sizeof(tic_palette));
}