mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2024-12-04 19:23:28 +01:00
fix warning for release builds for opengl es / webgl
This commit is contained in:
parent
e9c62f9201
commit
6df865de3e
@ -97,6 +97,7 @@ Texture::handle_t Texture::createEmptyMultiSampled(int32_t internalFormat, int32
|
||||
(void)height;
|
||||
(void)samples;
|
||||
assert(false && "GLES has no multisampling support");
|
||||
return nullptr;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user