Woah guys this is so compliant!
Signed-off-by: BoomMicrophone <boommicrophone@noreply.localhost>
This commit is contained in:
parent
caa1fb094c
commit
b59aaf14e9
1 changed files with 2 additions and 2 deletions
|
@ -63,11 +63,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