mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-25 13:41:05 +00:00
- fix linker error on platforms with no SSE support
This commit is contained in:
parent
a27ab73f33
commit
1312e9fb72
1 changed files with 2 additions and 2 deletions
|
@ -1019,6 +1019,6 @@ void(*ScreenTriangle::RectDrawers32[])(const void *, int, int, int, const RectDr
|
|||
&RectScreenDrawer32<TriScreenDrawerModes::ShadedBlend, TriScreenDrawerModes::FuzzSampler>::Execute // Fuzz
|
||||
};
|
||||
|
||||
int ScreenTriangle::FuzzStart = 0;
|
||||
|
||||
#endif
|
||||
|
||||
int ScreenTriangle::FuzzStart = 0;
|
||||
|
|
Loading…
Reference in a new issue