mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-07-14 04:56:46 +02:00
update to entt master (v3.6.0-pre)
This commit is contained in:
@ -111,6 +111,7 @@ bool OpenGLRenderer::enable(Engine& engine) {
|
||||
}
|
||||
|
||||
{ // default texures
|
||||
using namespace entt::literals;
|
||||
auto& rm_t = MM::ResourceManager<MM::OpenGL::Texture>::ref();
|
||||
if (!rm_t.contains("default"_hs)) {
|
||||
if (!rm_t.load<MM::OpenGL::TextureLoaderConstBuffer>("default", default_png, default_png_len)) {
|
||||
|
Reference in New Issue
Block a user