Mistake here

This commit is contained in:
Fesiug 2023-12-16 19:16:08 -05:00
parent f6afaeb40b
commit f70da42613
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ function PANEL:Think()
end end
if ( self.Hovered && self:GetDraggable() && mousey < ( screenY + ss(16) ) ) then if ( self.Hovered && self:GetDraggable() && mousey < ( screenY + ss(tall) ) ) then
self:SetCursor( "sizeall" ) self:SetCursor( "sizeall" )
return return
end end