fix compiler warnings (GCC + Clang)
This commit is contained in:
@@ -16,8 +16,8 @@ enum class InterpolationType {
|
||||
std::optional<InterpolationType> InterpolationType_from(std::string_view str);
|
||||
|
||||
class Heightmap {
|
||||
std::vector<float> buffer;
|
||||
uint width, height;
|
||||
std::vector<float> buffer;
|
||||
public:
|
||||
Heightmap(uint width, uint height)
|
||||
: width(width), height(height) {
|
||||
|
||||
Reference in New Issue
Block a user