aboutsummaryrefslogtreecommitdiff
path: root/graphics/transparent_surface.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/transparent_surface.h')
-rw-r--r--graphics/transparent_surface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/transparent_surface.h b/graphics/transparent_surface.h
index 0c9a8fa67e..6fcdac1735 100644
--- a/graphics/transparent_surface.h
+++ b/graphics/transparent_surface.h
@@ -147,7 +147,7 @@ struct TransparentSurface : public Graphics::Surface {
* @see TransformStruct
*/
template <TFilteringMode filteringMode>
- TransparentSurface *scale_(uint16 newWidth, uint16 newHeight) const;
+ TransparentSurface *scaleT(uint16 newWidth, uint16 newHeight) const;
TransparentSurface *scale(uint16 newWidth, uint16 newHeight) const;
/**
@@ -158,7 +158,7 @@ struct TransparentSurface : public Graphics::Surface {
*
*/
template <TFilteringMode filteringMode>
- TransparentSurface *rotoscale_(const TransformStruct &transform) const;
+ TransparentSurface *rotoscaleT(const TransformStruct &transform) const;
TransparentSurface *rotoscale(const TransformStruct &transform) const;