fix #69
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user