Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2018-06-14 17:24:55 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2018-06-14 17:25:39 +0300
commitb9c9b87fa62edfd880074ca4a5e39cdc3fb20206 (patch)
treef1c4c153ce1bb68b2ee06ca3c7416c08e6bb3ad2 /source/blender/compositor/operations/COM_ScreenLensDistortionOperation.h
parent3a36cbdfde85aa4461e6907d49e3afa45ac2dfbb (diff)
Cleanup: remove BLI_frand ugly global random generator usage from compositor.
Diffstat (limited to 'source/blender/compositor/operations/COM_ScreenLensDistortionOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_ScreenLensDistortionOperation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/compositor/operations/COM_ScreenLensDistortionOperation.h b/source/blender/compositor/operations/COM_ScreenLensDistortionOperation.h
index 648a7a6e551..71df73ebd8c 100644
--- a/source/blender/compositor/operations/COM_ScreenLensDistortionOperation.h
+++ b/source/blender/compositor/operations/COM_ScreenLensDistortionOperation.h
@@ -31,6 +31,7 @@ private:
* Cached reference to the inputProgram
*/
SocketReader *m_inputProgram;
+ struct RNG *m_rng;
bool m_fit;
bool m_jitter;