mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-17 00:30:26 -05:00
use FieldIntermediate instead of plain Derived*
m_fields contains a .self() method, which would be missing in the intellisense pass
This commit is contained in:
parent
cf1371f408
commit
c1900ac45c
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ namespace geode {
|
|||
template <class Derived, class Base>
|
||||
class Modify : public Base {
|
||||
public:
|
||||
Derived* m_fields;
|
||||
modifier::FieldIntermediate<Derived, Base> m_fields;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue