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:
@@ -1105,7 +1105,7 @@ void AnimationWindow::SetEntity(Entity entity)
|
||||
}
|
||||
}
|
||||
|
||||
void AnimationWindow::Update()
|
||||
void AnimationWindow::UpdateData()
|
||||
{
|
||||
Scene& scene = editor->GetCurrentScene();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user