mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-11 12:18:05 +00:00
PEGASUS: Fix some old Surface comments
This commit is contained in:
parent
0d6dbfa2cb
commit
b3eb2c65e3
@ -61,9 +61,8 @@ public:
|
||||
Graphics::Surface *getSurface() const { return _surface; }
|
||||
void getSurfaceBounds(Common::Rect &r) { r = _bounds; }
|
||||
|
||||
// None of the CopyToCurrentPort functions do any sanity checks.
|
||||
// For speed, they just call CopyBits.
|
||||
// It's up to clients to make sure that the GWorld is valid.
|
||||
// None of the copyToCurrentPort* functions do any sanity checks.
|
||||
// It's up to clients to make sure that the Surface is valid.
|
||||
void copyToCurrentPort() const;
|
||||
void copyToCurrentPortTransparent() const;
|
||||
void copyToCurrentPort(const Common::Rect &) const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user