fix: Various MSVC warnings

This commit is contained in:
WerWolv
2025-02-01 20:54:00 +01:00
parent ed37a3711f
commit 645b43e9cc
7 changed files with 20 additions and 11 deletions
@@ -56,7 +56,7 @@ namespace hex::plugin::builtin {
}
private:
std::optional<float> m_value;
std::optional<double> m_value;
};
class NodeDisplayBuffer : public dp::Node {