Commit: 617fc1f49eff37a2e0d56c07d49465aa40009d5b
Author: Campbell Barton
Date:   Fri Feb 13 04:19:22 2015 +1100
Branches: viewport_experiments
https://developer.blender.org/rB617fc1f49eff37a2e0d56c07d49465aa40009d5b

correction to last comment

===================================================================

M       source/blender/makesdna/DNA_gpu_types.h

===================================================================

diff --git a/source/blender/makesdna/DNA_gpu_types.h 
b/source/blender/makesdna/DNA_gpu_types.h
index 2b362dc..5325992 100644
--- a/source/blender/makesdna/DNA_gpu_types.h
+++ b/source/blender/makesdna/DNA_gpu_types.h
@@ -51,7 +51,7 @@ typedef struct GPUSSAOSettings {
 } GPUSSAOSettings;
 
 typedef struct GPUFXSettings {
-       GPUDOFSettings *dof;  /* note, currently not allocated, instead set 
from camera */
+       GPUDOFSettings *dof;  /* note, currently not allocated, instead set 
(temporarily) from camera */
        GPUSSAOSettings *ssao;
        char fx_flag;  /* eGPUFXFlags */
        char pad[7];

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to