Skip to content

Commit 45c23d0

Browse files
committed
Fix this blunder
1 parent 8c9c177 commit 45c23d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sharpvector.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ do
227227
--[[–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
228228
newindex-metamethod
229229
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––]]
230-
CSharpVector.newindex = function( this, component, value )
230+
CSharpVector.__newindex = function( this, component, value )
231231

232232
VEC_T[this][INDEXING_TRANSLATE_COMPONENT[component]] = value
233233

0 commit comments

Comments
 (0)