mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2025-04-01 11:40:05 +02:00
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"