mirror of https://github.com/stella-emu/stella.git
Fix attributes -> blitter works.
This commit is contained in:
parent
1c798bd567
commit
62af272020
|
@ -55,6 +55,7 @@ void BilinearBlitter::reinitialize(
|
|||
myStaticData = staticData;
|
||||
mySrcRect = srcRect;
|
||||
myDstRect = destRect;
|
||||
myAttributes = attributes;
|
||||
}
|
||||
|
||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
|
Loading…
Reference in New Issue