mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 15:48:21 +00:00
Fix invocation of PythonType2LSL
Fixes #32. Thanks to @KrsityKu for the report and repro.
This commit is contained in:
parent
c1c1b8c58d
commit
a6cce58b5d
3 changed files with 16 additions and 1 deletions
8
unit_tests/regression.suite/issue-32.lsl
Normal file
8
unit_tests/regression.suite/issue-32.lsl
Normal file
|
@ -0,0 +1,8 @@
|
|||
default
|
||||
{
|
||||
timer()
|
||||
{
|
||||
vector v = <1,2,3>;
|
||||
llOwnerSay((string)v.x);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue