1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-01-11 18:00:29 +00:00
This commit is contained in:
Daniel Ratcliffe 2017-05-07 17:40:18 +01:00
parent 6fba381a4e
commit 38e09920fa

View File

@ -298,7 +298,7 @@ function create( parent, nX, nY, nWidth, nHeight, bStartVisible )
end
if bVisible then
return parent.setPaletteColour( colour, tCol[1], tCol[2], tCol[3] ) )
return parent.setPaletteColour( colour, tCol[1], tCol[2], tCol[3] )
end
end