mirror of
https://github.com/scummvm/scummvm.git
synced 2025-04-02 10:52:32 -04:00
GRAPHICS: replace deprecated operator
This commit is contained in:
parent
c5948672ff
commit
81f566a71b
1 changed files with 1 additions and 1 deletions
|
@ -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) :
|
||||
|
|
Loading…
Add table
Reference in a new issue