Auburn / FastNoiseLite

Fast Portable Noise Library - C# C++ C Java HLSL GLSL JavaScript Rust Go

Home Page:http://auburn.github.io/FastNoiseLite/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

&fnlFractalGain should be &fnlDomainWarpFractalGain

Sabrejack opened this issue · comments

if (ImGui::DragFloat("Gain", &fnlFractalGain, 0.01f))

Slider is not functioning properly in the demo, I believe this line is meant to be &fnlDomainWarpFractalGain

Thanks!

Thanks, fixed with 93e86db