Fixing lvalue errors on linux build
nfd is not yet linking on Linux
This commit is contained in:
@ -9,7 +9,8 @@ public:
|
||||
|
||||
void Update()
|
||||
{
|
||||
ImGui::Begin(name.c_str(), false, flags);
|
||||
|
||||
ImGui::Begin(name.c_str(), nullptr, flags);
|
||||
Draw();
|
||||
ImGui::End();
|
||||
}
|
||||
|
Reference in New Issue
Block a user