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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user