generate contact when body type changes at runtime, decoupling, add first ray cast hit query to world query (more to add later such as sphere/box/convex casts), hotfix
This commit is contained in:
@ -195,7 +195,7 @@ if os.is "windows" then
|
||||
newaction
|
||||
{
|
||||
trigger = "solution",
|
||||
description = "Build solution",
|
||||
description = "Generate solution",
|
||||
execute = function ()
|
||||
os.execute ( "premake5 clean" )
|
||||
os.execute ( "premake5 vs2015" )
|
||||
@ -205,7 +205,7 @@ if os.is "windows" then
|
||||
newaction
|
||||
{
|
||||
trigger = "doc",
|
||||
description = "Build documentation",
|
||||
description = "Generate documentation",
|
||||
execute = function ()
|
||||
os.execute ( "doxygen doxyfile" )
|
||||
os.execute ( "start doc\\api\\html\\index.html" )
|
||||
|
Reference in New Issue
Block a user