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:
@@ -295,7 +295,7 @@ void CameraWindow::SetEntity(Entity entity)
|
||||
}
|
||||
}
|
||||
|
||||
void CameraWindow::Update()
|
||||
void CameraWindow::UpdateData()
|
||||
{
|
||||
CameraComponent& camera = editor->GetCurrentEditorScene().camera;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user