mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-08 04:08:32 +09:00
[Fix] (MG_Backend/DirectVulkan): fix typo
This commit is contained in:
@@ -36,7 +36,7 @@ namespace MobileGL::MG_Util::BackendLoader {
|
||||
#if !defined(__WIN32) && !defined(_WIN32) && !defined(__APPLE__)
|
||||
return dlsym(lib, name);
|
||||
#else
|
||||
return nullptrptr;
|
||||
return nullptr;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user