mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-06-18 18:56:36 +02:00
fix warning for release builds for opengl es / webgl
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user