Skip to content

Commit

Permalink
Correct constants
Browse files Browse the repository at this point in the history
  • Loading branch information
sebjameswml committed Jul 17, 2024
1 parent 204efc8 commit a11468c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/grating.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ int main (int ac, char** av)
constexpr bool interactive = true;

try {
morph::vec<float, 3> offset = { 0.0, 0.0, 0.0 };
morph::vec<float, 3> offset = { 0.0f, 0.0f, 0.0f };

auto rvm = std::make_unique<morph::GratingVisual<>> (offset);
v.bindmodel (rvm);
Expand Down

0 comments on commit a11468c

Please sign in to comment.