Fixed another reference to constexpr

This commit is contained in:
Dimitris Panokostas 2020-06-10 19:05:43 +02:00
parent cdad3719ab
commit 5e3bf566ea

View file

@ -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)
{