This commit is contained in:
Bunny67
2021-04-03 08:13:28 +03:00
parent 943d31c236
commit a8fb4bc267
+1 -1
View File
@@ -101,7 +101,7 @@ local funcs = {
end,
SetAlpha = function(self, alpha)
if self.model then
self.model:SetModelAlpha(alpha)
self.model:SetAlpha(alpha)
end
self.alpha = alpha
end,