Skip to content

Commit 6dac108

Browse files
committed
Increase texture to 192x192
1 parent 68d587b commit 6dac108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/UltiCross/Private/UltiCrosshair.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ UUltiCrosshair::UUltiCrosshair(class FObjectInitializer const & PCIP) : Super(PC
1010
void UUltiCrosshair::PostInitProperties()
1111
{
1212
Super::PostInitProperties();
13-
Texture = UTexture2D::CreateTransient(64, 64);
13+
Texture = UTexture2D::CreateTransient(192, 192);
1414
UpdateTexture();
1515
}
1616

0 commit comments

Comments
 (0)