mirror of
https://github.com/mangosfour/server.git
synced 2025-12-23 16:37:03 +00:00
Cleanup Operator padding
This commit is contained in:
parent
9141299127
commit
e32b9953a1
264 changed files with 6715 additions and 6715 deletions
|
|
@ -134,7 +134,7 @@ void Camera::UpdateVisibilityOf(WorldObject* target)
|
|||
template<class T>
|
||||
void Camera::UpdateVisibilityOf(T* target, UpdateData& data, std::set<WorldObject*>& vis)
|
||||
{
|
||||
m_owner.template UpdateVisibilityOf<T>(m_source, target,data,vis);
|
||||
m_owner.template UpdateVisibilityOf<T>(m_source, target, data, vis);
|
||||
}
|
||||
|
||||
template void Camera::UpdateVisibilityOf(Player* , UpdateData& , std::set<WorldObject*>&);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue