mirror of
https://github.com/CapsAdmin/pac3.git
synced 2025-03-04 03:03:01 -05:00
max for animation defaults to 1 instead of 0
git-svn-id: http://gmodcapsadmin.googlecode.com/svn/trunk/addons/pac3@24 047d434e-d786-fb00-e516-99c5e643cd71
This commit is contained in:
parent
6cb7d3215b
commit
d19e0bd2fb
@ -10,7 +10,7 @@ pac.StartStorableVars()
|
||||
pac.GetSet(PART, "Rate", 1)
|
||||
pac.GetSet(PART, "Offset", 0)
|
||||
pac.GetSet(PART, "Min", 0)
|
||||
pac.GetSet(PART, "Max", 0)
|
||||
pac.GetSet(PART, "Max", 1)
|
||||
pac.EndStorableVars()
|
||||
|
||||
function PART:GetEntity()
|
||||
|
Loading…
Reference in New Issue
Block a user