Commit 6340aa63369b582e3bfb4f42e5c2aca4ea412432

Authored by Adeel Kazmi
Committed by Gerrit Code Review
2 parents cc6ea8d9 4dd0a5a0

Merge "Using LogMessage() when loading GLFT scene" into devel/master

examples/reflection-demo/gltf-scene.h
... ... @@ -24,7 +24,7 @@
24 24  
25 25 #include "pico-json.h"
26 26  
27   -#define GLTF_LOG(...) {DALI_LOG_ERROR( __VA_ARGS__ );}
  27 +#define GLTF_LOG(...) {Dali::Integration::Log::LogMessage( Dali::Integration::Log::DebugInfo, __VA_ARGS__ );}
28 28  
29 29 enum class glTFAttributeType
30 30 {
... ...