Fix defined but unused static variable warning

This commit is contained in:
Sergey Sharybin 2018-11-28 14:13:42 +01:00
parent dac747bd09
commit cb9c4b4552
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ extern "C" {
#include "BCSampleData.h"
#include "BlenderContext.h"
static int LIMITTED_PRECISION = 6;
constexpr int LIMITTED_PRECISION = 6;
struct Depsgraph;