diff options
| author | oy <Tom_Adams@web.de> | 2010-08-05 20:55:51 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2010-08-05 20:55:51 +0200 |
| commit | 05f3757491abbca38dd789574951d46c28ce746c (patch) | |
| tree | 9b392769b6c3c0878749ea488e75160a4a20e176 /src/engine/client/graphics.h | |
| parent | 4a365d41b677e495f8658b20bad0a6dff41c747d (diff) | |
| download | zcatch-05f3757491abbca38dd789574951d46c28ce746c.tar.gz zcatch-05f3757491abbca38dd789574951d46c28ce746c.zip | |
added optimisations by sworddragon
Diffstat (limited to 'src/engine/client/graphics.h')
| -rw-r--r-- | src/engine/client/graphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
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: |