Skip to content

Commit bea69de

Browse files
committed
add VectorWS decoder
1 parent 3ea42aa commit bea69de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/demoinfocs/sendtables/sendtablescs2/field_decoder.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ var fieldTypeFactories = map[string]fieldFactory{
2727
DemoSimpleEncoders_t { m_Name = "CTransform" m_VarType = "NET_DATA_TYPE_FLOAT32" m_nComponents="6" },
2828
*/
2929
"Vector": vectorFactory(3),
30+
"VectorWS": vectorFactory(3),
3031
"Vector2D": vectorFactory(2),
3132
"Vector4D": vectorFactory(4),
3233
"Quaternion": vectorFactory(4),

0 commit comments

Comments
 (0)