Skip to content

Commit 331e133

Browse files
committed
Fix wrong commit
1 parent 4edb3f1 commit 331e133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/appleseed/renderer/kernel/lighting/lightsamplerbase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class LightSamplerBase
7272
LightSample& light_sample,
7373
const float light_prob = 1.0f) const;
7474

75-
// Get Outer Space light vector.
75+
// Get non physical Space light vector.
7676
std::vector<NonPhysicalLightInfo> get_non_physical_light_vector() const;
7777

7878
protected:

0 commit comments

Comments
 (0)