mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-07 17:22:02 +00:00
DIRECTOR: More debug output on image rendering
This commit is contained in:
parent
a8cbc03acc
commit
f47602f87d
@ -548,6 +548,7 @@ void Frame::renderSprites(Graphics::ManagedSurface &surface, bool renderTrail) {
|
|||||||
CastType castType = kCastTypeNull;
|
CastType castType = kCastTypeNull;
|
||||||
Cast *cast = nullptr;
|
Cast *cast = nullptr;
|
||||||
if (_vm->getVersion() < 4) {
|
if (_vm->getVersion() < 4) {
|
||||||
|
debugC(1, kDebugImages, "Channel: %d type: %d", i, _sprites[i]->_spriteType);
|
||||||
switch (_sprites[i]->_spriteType) {
|
switch (_sprites[i]->_spriteType) {
|
||||||
case 0x01:
|
case 0x01:
|
||||||
castType = kCastBitmap;
|
castType = kCastBitmap;
|
||||||
|
@ -890,7 +890,7 @@ void Score::startLoop() {
|
|||||||
_frames[_currentFrame]->prepareFrame(this);
|
_frames[_currentFrame]->prepareFrame(this);
|
||||||
|
|
||||||
while (!_stopPlay && _currentFrame < _frames.size()) {
|
while (!_stopPlay && _currentFrame < _frames.size()) {
|
||||||
debugC(1, kDebugImages, "Current frame: %d", _currentFrame);
|
debugC(1, kDebugImages, "****************************** Current frame: %d", _currentFrame + 1);
|
||||||
update();
|
update();
|
||||||
processEvents();
|
processEvents();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user