- 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
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ public:
}
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;