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:
authorCampbell Barton <ideasman42@gmail.com>2020-09-19 07:18:05 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-09-19 07:26:40 +0300
commita78130c6101517c09eed14215087ab3dfe36bc5c (patch)
tree9b7373181f610dc91a08816f285b2193821b73e8 /source/blender/draw/engines/eevee/eevee_lightprobes.c
parent8ca698427fdcbabc60ca22bdfeb91e1e0ce1f5d0 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/draw/engines/eevee/eevee_lightprobes.c')
-rw-r--r--source/blender/draw/engines/eevee/eevee_lightprobes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/engines/eevee/eevee_lightprobes.c b/source/blender/draw/engines/eevee/eevee_lightprobes.c
index 89e61ab939a..0dea767ee3c 100644
--- a/source/blender/draw/engines/eevee/eevee_lightprobes.c
+++ b/source/blender/draw/engines/eevee/eevee_lightprobes.c
@@ -113,7 +113,7 @@ static void planar_pool_ensure_alloc(EEVEE_Data *vedata, int num_planar_ref)
{
EEVEE_TextureList *txl = vedata->txl;
- /* XXX TODO OPTIMISATION : This is a complete waist of texture memory.
+ /* XXX TODO OPTIMIZATION: This is a complete waist of texture memory.
* Instead of allocating each planar probe for each viewport,
* only alloc them once using the biggest viewport resolution. */
const float *viewport_size = DRW_viewport_size_get();