- remove vectorcall from the 8 bit drawer

This commit is contained in:
Magnus Norddahl 2017-03-21 14:28:31 +01:00
parent d437b342db
commit 25a30f8b7e

View file

@ -264,7 +264,7 @@ public:
} }
private: private:
FORCEINLINE static unsigned int VECTORCALL Sample(int32_t u, int32_t v, const uint8_t *texPixels, int texWidth, int texHeight, uint32_t color, const uint8_t *translation) FORCEINLINE static unsigned int Sample(int32_t u, int32_t v, const uint8_t *texPixels, int texWidth, int texHeight, uint32_t color, const uint8_t *translation)
{ {
using namespace TriScreenDrawerModes; using namespace TriScreenDrawerModes;