From 7cd6bda206800218da47ee35c53066a71d25ef22 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 7 Apr 2022 14:48:00 +1000 Subject: Cleanup: spelling in comments, minor reformatting changes --- source/blender/draw/engines/workbench/workbench_data.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/draw/engines/workbench') diff --git a/source/blender/draw/engines/workbench/workbench_data.c b/source/blender/draw/engines/workbench/workbench_data.c index 326727685fc..f4e042933d1 100644 --- a/source/blender/draw/engines/workbench/workbench_data.c +++ b/source/blender/draw/engines/workbench/workbench_data.c @@ -99,7 +99,7 @@ static void workbench_studiolight_data_update(WORKBENCH_PrivateData *wpd, WORKBE if (sl && sl->flag) { copy_v3_v3(light->light_direction, sl->vec); mul_mat3_m4_v3(rot_matrix, light->light_direction); - /* We should predivide the power by PI but that makes the lights really dim. */ + /* We should pre-divide the power by PI but that makes the lights really dim. */ copy_v3_v3(light->specular_color, sl->spec); copy_v3_v3(light->diffuse_color, sl->col); light->wrapped = sl->smooth; -- cgit v1.2.3