allow direct particle position alteration in order for mouse spring work
This commit is contained in:
@ -168,7 +168,7 @@ public:
|
||||
|
||||
if (m_spring)
|
||||
{
|
||||
m_particle->ApplyTranslation(dx);
|
||||
m_particle->SetPosition(B);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user