mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-09-04 17:38:45 +00:00
Fixed C++11 compliance of previous commit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user