mirror of
https://github.com/krustur/IconSnap.git
synced 2026-09-11 19:45:29 +00:00
Fixed typo/build error
This commit is contained in:
+1
-1
@@ -456,7 +456,7 @@ unsigned int AlignIcon(unsigned char *diskObjectName)
|
||||
{
|
||||
if (BottomY)
|
||||
{
|
||||
newy = Align(origy, PaddingTop, AlignY, iconHeight);
|
||||
newy = Align(origy, PaddingTop, AlignY, iconHeigth);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user