mirror of
https://github.com/scummvm/scummvm.git
synced 2026-05-21 05:40:43 +00:00
GRAPHICS: replace deprecated operator
This commit is contained in:
committed by
Filippos Karapetis
parent
c5948672ff
commit
81f566a71b
@@ -41,7 +41,7 @@ ManagedSurface::ManagedSurface(const ManagedSurface &surf) :
|
||||
w(_innerSurface.w), h(_innerSurface.h), pitch(_innerSurface.pitch), format(_innerSurface.format),
|
||||
_disposeAfterUse(DisposeAfterUse::NO), _owner(nullptr),
|
||||
_transparentColor(0), _transparentColorSet(false), _palette(nullptr) {
|
||||
*this = surf;
|
||||
this->copyFrom(surf);
|
||||
}
|
||||
|
||||
ManagedSurface::ManagedSurface(int width, int height) :
|
||||
|
||||
Reference in New Issue
Block a user