mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-14 09:16:07 +08:00
Fixed C++11 compliance of previous commit
This commit is contained in:
parent
e6601bfb4b
commit
b2a587af96
@ -793,7 +793,7 @@ struct FsCallbacks
|
||||
ReadWholeFileFunction ReadWholeFile;
|
||||
WriteWholeFileFunction WriteWholeFile;
|
||||
|
||||
void* user_data = nullptr; // An argument that is passed to all fs callbacks
|
||||
void* user_data; // An argument that is passed to all fs callbacks
|
||||
};
|
||||
|
||||
#ifndef TINYGLTF_NO_FS
|
||||
|
Loading…
x
Reference in New Issue
Block a user