mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-07-03 22:44:32 +00:00
Build fixes for Linux, some warnings and compatibility fixes for C++17 and up
This commit is contained in:
parent
924bc058b4
commit
74ad8f7804
36 changed files with 126 additions and 225 deletions
|
@ -391,7 +391,7 @@ bool RenderObject::isVisibleInPass(int pass) const
|
|||
|
||||
void RenderObject::render(const RenderState& rs) const
|
||||
{
|
||||
assert(layer != LR_NONE);
|
||||
assert(parent || layer != LR_NONE);
|
||||
if (isHidden()) return;
|
||||
|
||||
/// new (breaks anything?)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue