Browse Source

Forgot one..

Signed-off-by: falkTX <falktx@falktx.com>
pull/349/head
falkTX 3 years ago
parent
commit
b800b52759
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      distrho/DistrhoUtils.hpp

+ 2
- 2
distrho/DistrhoUtils.hpp View File

@@ -271,8 +271,8 @@ bool d_isNotEqual(const T& v1, const T& v2)
return std::abs(v1-v2) >= std::numeric_limits<T>::epsilon();
}

/*
* Safely check if a floating point number is zero.
/**
Safely check if a floating point number is zero.
*/
template<typename T>
static inline


Loading…
Cancel
Save