Skip to content

Commit 0b5544a

Browse files
minor
1 parent 4a53c87 commit 0b5544a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/films/display.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,9 @@ class DisplayInstance final : public Film::Instance {
193193

194194
static Callable agx = [](Float3 val) noexcept {
195195
const auto agx_mat = make_float3x3(
196-
0.842479062253094, 0.0423282422610123, 0.0423756549057051,
197-
0.0784335999999992, 0.878468636469772, 0.0784336,
198-
0.0792237451477643, 0.0791661274605434, 0.879142973793104);
196+
0.842479062253094f, 0.0423282422610123f, 0.0423756549057051f,
197+
0.0784335999999992f, 0.878468636469772f, 0.0784336f,
198+
0.0792237451477643f, 0.0791661274605434f, 0.879142973793104f);
199199

200200
const auto min_ev = -12.47393f;
201201
const auto max_ev = 4.026069f;

0 commit comments

Comments
 (0)