mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 07:57:51 -05:00
Update Modify.hpp
This commit is contained in:
parent
461a75ca29
commit
cb9c26b597
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ namespace geode::modifier {
|
|||
class ModifyDerive {
|
||||
public:
|
||||
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.");
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue