mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
fix for issue 484
This commit is contained in:
parent
2bb0b3bc58
commit
c4e9e5db99
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ function ShapeBase::clearDamageDt(%this)
|
||||||
// ShapeBase datablock
|
// 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
|
// Ignore damage by default. This empty method is here to
|
||||||
// avoid console warnings.
|
// avoid console warnings.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue