Fix compile for older versions of GCC
This commit is contained in:
parent
f05e1b86ff
commit
9a40456d0c
1 changed files with 1 additions and 1 deletions
2
external/libguisan/src/sdl/sdlgraphics.cpp
vendored
2
external/libguisan/src/sdl/sdlgraphics.cpp
vendored
|
@ -319,7 +319,7 @@ namespace gcn
|
||||||
|
|
||||||
case 3:
|
case 3:
|
||||||
{
|
{
|
||||||
if constexpr (SDL_BYTEORDER == SDL_BIG_ENDIAN)
|
if (SDL_BYTEORDER == SDL_BIG_ENDIAN)
|
||||||
{
|
{
|
||||||
for (; x1 <= x2; ++x1)
|
for (; x1 <= x2; ++x1)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue