mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
cosmetics.
This commit is contained in:
@@ -534,7 +534,7 @@ add_sample_to_timesamples(value::TimeSamples *d, double time, const T &val,
|
||||
// TODO: Use pod path for array type.
|
||||
template<typename T>
|
||||
bool add_sample_to_timesamples(value::TimeSamples *d, double time, const std::vector<T>& val, std::string *err) {
|
||||
TUSDZ_LOG_I("arr non pod_ty: " << value::TypeTraits<T>::type_name());
|
||||
//TUSDZ_LOG_I("arr non pod_ty: " << value::TypeTraits<T>::type_name());
|
||||
return d->add_sample(time, value::Value(val), err);
|
||||
}
|
||||
#else
|
||||
|
||||
@@ -2075,7 +2075,7 @@ class Value {
|
||||
// Helper to log vector size
|
||||
template <typename T>
|
||||
static void log_vector_size(const std::vector<T>& vec) {
|
||||
TUSDZ_LOG_I(" vector size: " << vec.size());
|
||||
//TUSDZ_LOG_I(" vector size: " << vec.size());
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
|
||||
Reference in New Issue
Block a user