Fixed another reference to constexpr
This commit is contained in:
parent
cdad3719ab
commit
5e3bf566ea
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
|
@ -437,7 +437,7 @@ namespace gcn
|
|||
|
||||
case 3:
|
||||
{
|
||||
if constexpr (SDL_BYTEORDER == SDL_BIG_ENDIAN)
|
||||
if (SDL_BYTEORDER == SDL_BIG_ENDIAN)
|
||||
{
|
||||
for (; y1 <= y2; ++y1)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue