mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Fixed editor brokenness.
# More useful environment (water, lighting) editing (now saved into the map files). Fixed no-PCH a bit. This was SVN commit r4002.
This commit is contained in:
@@ -43,6 +43,12 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
Observable<T>* operator=(const T& rhs)
|
||||
{
|
||||
*dynamic_cast<T*>(this) = rhs;
|
||||
return this;
|
||||
}
|
||||
|
||||
private:
|
||||
boost::signal<void (const T&)> m_Signal;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user