Defold 1.6.3 has been released

Some of my libs not build.

The build failed for the following reasons:
ERROR tests/test_joint_def.lua:39 '}' expected (to close '{' at line 3) near 'angularOffset'

ERROR main/box2d_scenes/dominos/dominos_scene.script:114 '}' expected (to close '{' at line 112) near 'position'
maxTorque = 0,
    linearOffset = vmath.vector3(0);
    angularOffset = 0;
    correctionFactor = 0;
}

The problem is ;
I think I forget replace some ; with , when port from c++ to lua.

Looks like using ; in table is valid for lua.
http://tpcg.io/_VWNUWK

1 Like