mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
commit
a27a8c4142
|
|
@ -101,7 +101,7 @@ function ShapeBase::clearDamageDt(%this)
|
|||
// ShapeBase datablock
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
function ShapeBaseData::damage(%this, %obj, %position, %source, %amount, %damageType)
|
||||
function ShapeBaseData::damage(%this, %obj, %source, %position, %amount, %damageType)
|
||||
{
|
||||
// Ignore damage by default. This empty method is here to
|
||||
// avoid console warnings.
|
||||
|
|
|
|||
Loading…
Reference in a new issue