Fixed bug in last commit when image was rotated

This commit is contained in:
heckflosse
2017-02-05 19:03:34 +01:00
parent b720a67328
commit d570459f1e
5 changed files with 20 additions and 5 deletions

View File

@@ -97,7 +97,7 @@ public:
}
void setCurrentFrame(unsigned int frameNum) {}
void getRawValues(int x, int y, int &R, int &G, int &B) { R = G = B = 0;}
void getRawValues(int x, int y, int rotate, int &R, int &G, int &B) { R = G = B = 0;}
};