Update Modify.hpp

This commit is contained in:
alk 2023-02-14 23:50:34 +03:00 committed by GitHub
parent 461a75ca29
commit cb9c26b597
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,7 +106,7 @@ namespace geode::modifier {
class ModifyDerive { class ModifyDerive {
public: public:
ModifyDerive() { ModifyDerive() {
static_assert(alwaysFalse<Derived>, "Custom Modify not implemented."); static_assert(alwaysFalse<Derived>, "Modified class not recognized, please include <Geode/modify/ClassName.hpp> to be able to use it.");
} }
}; };
} }