[Bf-blender-cvs] [617fc1f] viewport_experiments: correction to last comment

Campbell Barton noreply at git.blender.org
Thu Feb 12 18:19:49 CET 2015


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];




More information about the Bf-blender-cvs mailing list