mirror of https://github.com/stella-emu/stella.git
Remove redundant code.
This commit is contained in:
parent
163b5ca999
commit
337c13882e
|
@ -65,8 +65,6 @@ void Ball::enabl(uInt8 value)
|
||||||
myTIA->flushLineCache();
|
myTIA->flushLineCache();
|
||||||
|
|
||||||
updateEnabled();
|
updateEnabled();
|
||||||
collision = (myIsVisible && myIsEnabled) ? myCollisionMaskEnabled : myCollisionMaskDisabled;
|
|
||||||
myTIA->scheduleCollisionUpdate();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue