Skip to content

Commit

Permalink
(minetest#3075) float -> bool
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Nov 5, 2019
1 parent 5ee6510 commit 0d270ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/mapblock_mesh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ static u8 face_contents(content_t m1, content_t m2, bool *equivalent,
const NodeDefManager *ndef, u16 tid1,
int s1, int s2)
{
static thread_local const float enable_waving_water =
static thread_local const bool enable_waving_water =
g_settings->getBool("enable_waving_water");

*equivalent = false;
Expand Down

0 comments on commit 0d270ca

Please sign in to comment.