We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c56fcd8 + 0418aaa commit 88da6f6Copy full SHA for 88da6f6
1 file changed
Engine/source/T3D/AI/AIController.h
@@ -74,7 +74,7 @@ class AIController : public SimObject {
74
{
75
if (mCover && mCover->mPosSet && mCover->getPosition() == loc)
76
77
- mCover->mRadius == rad;
+ mCover->mRadius = rad;
78
return;
79
}
80
delete(mCover); mCover = new AICover(this, loc, rad);
@@ -83,7 +83,7 @@ class AIController : public SimObject {
83
84
if (mCover && mCover->mObj == objIn)
85
86
87
88
89
delete(mCover); mCover = new AICover(this, objIn, rad);
0 commit comments