mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 22:28:10 +00:00
Whitespace changes I made while looking for the sourberry sprite bug.
svn-id: r18371
This commit is contained in:
parent
eb99ba925b
commit
ef552c8a8f
@ -1322,7 +1322,6 @@ void Actor::drawActors() {
|
||||
|
||||
createDrawOrderList();
|
||||
|
||||
|
||||
for (drawOrderIterator = _drawOrderList.begin(); drawOrderIterator != _drawOrderList.end(); ++drawOrderIterator) {
|
||||
drawObject = drawOrderIterator.operator*();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user