Commit 6340aa63369b582e3bfb4f42e5c2aca4ea412432
Committed by
Gerrit Code Review
Merge "Using LogMessage() when loading GLFT scene" into devel/master
Showing
1 changed file
with
1 additions
and
1 deletions
examples/reflection-demo/gltf-scene.h
| @@ -24,7 +24,7 @@ | @@ -24,7 +24,7 @@ | ||
| 24 | 24 | ||
| 25 | #include "pico-json.h" | 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 | enum class glTFAttributeType | 29 | enum class glTFAttributeType |
| 30 | { | 30 | { |