mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2024-12-05 03:33:27 +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)height;
|
||||||
(void)samples;
|
(void)samples;
|
||||||
assert(false && "GLES has no multisampling support");
|
assert(false && "GLES has no multisampling support");
|
||||||
|
return nullptr;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user