Warning fixes and changes for Linux
- Disabled warnings as errors - Using -Wall for specifying commonly used warnings - Fixes for many warnings in the engine code
This commit is contained in:
@@ -1579,7 +1579,7 @@ void GraphicsWindow::UpdateSwapChainFormats(wi::graphics::SwapChain* swapChain)
|
||||
});
|
||||
}
|
||||
|
||||
void GraphicsWindow::Update()
|
||||
void GraphicsWindow::UpdateData()
|
||||
{
|
||||
if (vsyncCheckBox.GetCheck() != editor->main->swapChain.desc.vsync)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user