mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2025-02-05 10:35:49 +01:00
5badefaf90
Also changed all "if (this==NULL) return;"s. Fixes some -Wtautological-undefined-compare warnings. Quoting Clang: "'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false"