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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2015-02-12 20:19:22 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-02-12 20:19:22 +0300
commit617fc1f49eff37a2e0d56c07d49465aa40009d5b (patch)
tree12f266014e85921891f5135fbe7f4b1210d5154a /source
parenteedd9b70b6bf6e1c0ee7acc84aa247e60ef71954 (diff)
correction to last comment
Diffstat (limited to 'source')
-rw-r--r--source/blender/makesdna/DNA_gpu_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_gpu_types.h b/source/blender/makesdna/DNA_gpu_types.h
index 2b362dc0acb..5325992c48c 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];