Skip to content

Commit

Permalink
exportK is a double
Browse files Browse the repository at this point in the history
  • Loading branch information
ponchio committed Jan 28, 2025
1 parent 3926630 commit 410b3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relight/normalstask.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class NormalsTask : public Task
double flat_radius = 0.5;
bool exportSurface = false;
bool exportDepthmap = false;
bool exportK = 2.0;
double exportK = 2.0;
QRect m_Crop;

float pixelSize = 0.0f;
Expand Down

0 comments on commit 410b3b6

Please sign in to comment.