We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c9c177 commit 45c23d0Copy full SHA for 45c23d0
sharpvector.lua
@@ -227,7 +227,7 @@ do
227
--[[–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
228
newindex-metamethod
229
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––]]
230
- CSharpVector.newindex = function( this, component, value )
+ CSharpVector.__newindex = function( this, component, value )
231
232
VEC_T[this][INDEXING_TRANSLATE_COMPONENT[component]] = value
233
0 commit comments