Fix T74236: Golden ratio in camera composition guides is not working

Caused by 52da1b6e2b (where it was switched from a value to a define -
but the define was wrong...)
This commit is contained in:
Philipp Oeser
2020-02-26 17:19:15 +01:00
parent 41cc3ffaf3
commit 95175c3b5e

View File

@@ -98,7 +98,7 @@
#include "view3d_intern.h" /* own include */
#define M_GOLDEN_RATION_CONJUGATE 0.618033988749895f
#define M_GOLDEN_RATION_CONJUGATE 1.618033988749895f
/* -------------------------------------------------------------------- */
/** \name General Functions