fix compile error

This commit is contained in:
halx99 2020-02-14 15:44:46 +08:00
parent f1df405e82
commit 35ca58fab2
1 changed files with 0 additions and 1 deletions

View File

@ -280,7 +280,6 @@ bool Texture2D::updateWithImage(Image* image, backend::PixelFormat format, int i
case PixelFormat::ETC:
case PixelFormat::ASTC4:
case PixelFormat::ASTC8:
case
renderFormat = imagePixelFormat;
default:
break;