From 05f3757491abbca38dd789574951d46c28ce746c Mon Sep 17 00:00:00 2001 From: oy Date: Thu, 5 Aug 2010 20:55:51 +0200 Subject: added optimisations by sworddragon --- src/engine/client/graphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine/client/graphics.h') diff --git a/src/engine/client/graphics.h b/src/engine/client/graphics.h index ff4c3562..cb8681f3 100644 --- a/src/engine/client/graphics.h +++ b/src/engine/client/graphics.h @@ -60,7 +60,7 @@ protected: void Flush(); void AddVertices(int Count); - void Rotate4(CPoint *pCenter, CVertex *pPoints); + void Rotate4(const CPoint &rCenter, CVertex *pPoints); static unsigned char Sample(int w, int h, const unsigned char *pData, int u, int v, int Offset); public: -- cgit 1.4.1