Skip to content

Commit 65b09f7

Browse files
committed
fix: add VectorWS decoder
backport of bea69de
1 parent c324998 commit 65b09f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/demoinfocs/sendtables2/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)