mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-21 09:26:26 +00:00
TETRAEDGE: Remove deprecated call warning
This commit is contained in:
parent
9bea17e1da
commit
1cb60d485e
@ -33,7 +33,8 @@ namespace Tetraedge {
|
||||
TeImage::TeImage() : ManagedSurface(), _teFormat(INVALID) {
|
||||
}
|
||||
|
||||
TeImage::TeImage(const TeImage &other) : ManagedSurface(other), _teFormat(INVALID) {
|
||||
TeImage::TeImage(const TeImage &other) : ManagedSurface(), _teFormat(other._teFormat) {
|
||||
copyFrom(other);
|
||||
error("TODO: Implement TeImage::TeImage copy constructor");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user