aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/celobj32.h
diff options
context:
space:
mode:
authorJohannes Schickel2016-03-08 20:15:22 +0100
committerJohannes Schickel2016-03-08 20:15:22 +0100
commit7be486ae271ff87e1f7b3d3a5b9b0596826c6cc1 (patch)
tree9d379f6fa5efc83e4935558f3d683c36d185a010 /engines/sci/graphics/celobj32.h
parent693f8dc295dc43e3bccd954a8a243f7aedd5da22 (diff)
downloadscummvm-rg350-7be486ae271ff87e1f7b3d3a5b9b0596826c6cc1.tar.gz
scummvm-rg350-7be486ae271ff87e1f7b3d3a5b9b0596826c6cc1.tar.bz2
scummvm-rg350-7be486ae271ff87e1f7b3d3a5b9b0596826c6cc1.zip
SCI: Slight template formatting fixes.
Diffstat (limited to 'engines/sci/graphics/celobj32.h')
-rw-r--r--engines/sci/graphics/celobj32.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/graphics/celobj32.h b/engines/sci/graphics/celobj32.h
index eca89352ae..8d030cfd4a 100644
--- a/engines/sci/graphics/celobj32.h
+++ b/engines/sci/graphics/celobj32.h
@@ -379,10 +379,10 @@ public:
#pragma mark -
#pragma mark CelObj - Drawing
private:
- template <typename MAPPER, typename SCALER>
+ template<typename MAPPER, typename SCALER>
void render(Buffer &target, const Common::Rect &targetRect, const Common::Point &scaledPosition) const;
- template <typename MAPPER, typename SCALER>
+ template<typename MAPPER, typename SCALER>
void render(Buffer &target, const Common::Rect &targetRect, const Common::Point &scaledPosition, const Ratio &scaleX, const Ratio &scaleY) const;
void drawHzFlip(Buffer &target, const Common::Rect &targetRect, const Common::Point &scaledPosition) const;