From 8b7b60bfd017d8d9fde4866e7716eff0fe5c2ceb Mon Sep 17 00:00:00 2001 From: assiduous Date: Wed, 13 Jan 2021 13:37:51 -0800 Subject: Fixed gcc/clang error --- AssetLoader/interface/GLTFLoader.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AssetLoader/interface') diff --git a/AssetLoader/interface/GLTFLoader.hpp b/AssetLoader/interface/GLTFLoader.hpp index 125c16a..3547775 100644 --- a/AssetLoader/interface/GLTFLoader.hpp +++ b/AssetLoader/interface/GLTFLoader.hpp @@ -490,7 +490,7 @@ private: Node* FindNode(Node* parent, Uint32 index); Node* NodeFromIndex(uint32_t index); - std::atomic_bool GPUDataInitialized = false; + std::atomic_bool GPUDataInitialized{false}; struct BufferInfo { -- cgit v1.2.3