mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +00:00
- remove vectorcall from the 8 bit drawer
This commit is contained in:
parent
d437b342db
commit
25a30f8b7e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue