|
|
@@ -111,7 +111,7 @@ void Sample::SetWindowTitleAndIcon()
|
|
|
{
|
|
|
ResourceCache* cache = GetSubsystem<ResourceCache>();
|
|
|
Graphics* graphics = GetSubsystem<Graphics>();
|
|
|
- Image* icon = cache->GetResource<Image>("Textures/LogoLarge.png");
|
|
|
+ Image* icon = cache->GetResource<Image>("Textures/UrhoIcon.png");
|
|
|
graphics->SetWindowIcon(icon);
|
|
|
graphics->SetWindowTitle("Urho3D Sample");
|
|
|
}
|