Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
evil evil hack.
  • Loading branch information
diakopter committed Nov 2, 2011
1 parent a5cabb9 commit 48f33e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/runtime/Runtime/Signatures/Parameter.lua
Expand Up @@ -5,7 +5,7 @@ function makeParameter ()
local this = {};
this.Type = Type;
this.VariableName = VariableName;
this.VariableLexpadPosition = VariableLexpadPosition;
this.VariableLexpadPosition = VariableLexpadPosition + 1; -- very evil hack :(
this.Name = Name;
this.DefaultValue = DefaultValue;
this.Flags = Flags;
Expand Down

0 comments on commit 48f33e8

Please sign in to comment.