mirror of
https://github.com/mangosfour/server.git
synced 2025-12-23 16:37:03 +00:00
[11041] Tabs to spaces
This commit is contained in:
parent
bf04f46011
commit
452b3d9e05
5 changed files with 13 additions and 13 deletions
|
|
@ -31,7 +31,7 @@ Camera::Camera(Player* pl) : m_owner(*pl), m_source(pl)
|
|||
Camera::~Camera()
|
||||
{
|
||||
// view of camera should be already reseted to owner (RemoveFromWorld -> Event_RemovedFromWorld -> ResetView)
|
||||
MANGOS_ASSERT(m_source == &m_owner);
|
||||
MANGOS_ASSERT(m_source == &m_owner);
|
||||
|
||||
// for symmetry with constructor and way to make viewpoint's list empty
|
||||
m_source->GetViewPoint().Detach(this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue