Fix some warnings
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Nz
|
||||
{
|
||||
ApplicationComponent::~ApplicationComponent() = default;
|
||||
|
||||
void ApplicationComponent::Update(Time elapsedTime)
|
||||
void ApplicationComponent::Update(Time /*elapsedTime*/)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user