Woah guys this is so compliant!
Signed-off-by: BoomMicrophone <boommicrophone@noreply.localhost>
This commit is contained in:
parent
e1b77dd898
commit
f44fafdd88
1 changed files with 2 additions and 2 deletions
|
@ -67,11 +67,11 @@ static FileSys::VirtualDir VfsFilesystemCreateDirectoryWrapper(
|
|||
}
|
||||
|
||||
// Overloaded function, also removed by palafiate
|
||||
static FileSys::VirtualFile VfsDirectoryCreateFileWrapper(const FileSys::VirtualDir& dir, const std::string& path) {
|
||||
static FileSys::VirtualFile VfsDirectoryCreateFileWrapper(const FileSys::VirtualDir& dir,
|
||||
const std::string& path) {
|
||||
return dir->CreateFile(path);
|
||||
}
|
||||
|
||||
|
||||
#include <fmt/ostream.h>
|
||||
#include <glad/glad.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue