project: Fix merge

This commit is contained in:
Owain van Brakel
2022-04-29 08:28:20 +02:00
parent 53a4025245
commit 936f83793d
2 changed files with 2 additions and 7 deletions

View File

@@ -91,11 +91,7 @@ public class ItemSpriteFactory
else if (item.boughtTemplateId != -1)
{
auxSpritePixels = createSpritePixels(itemProvider, modelProvider, spriteProvider, textureProvider,
<<<<<<< HEAD
item.boughtId, quantity, border, shadowColor, false);
=======
item.boughtId, quantity, border, 0, false);
>>>>>>> runelite/master
if (auxSpritePixels == null)
{
return null;