mirror of https://github.com/axmolengine/axmol.git
fix compile error
This commit is contained in:
parent
f1df405e82
commit
35ca58fab2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue