- fix linker error on platforms with no SSE support

This commit is contained in:
Magnus Norddahl 2017-04-05 22:36:57 +02:00
parent a27ab73f33
commit 1312e9fb72
1 changed files with 2 additions and 2 deletions

View File

@ -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;