mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-17 00:30:26 -05:00
remove getFieldIndex from Intermediate
This commit is contained in:
parent
cf4f058945
commit
780aaf33f8
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ struct ProxyCCNode : Modify<ProxyCCNode, CCNode> {
|
|||
};
|
||||
|
||||
static inline std::unordered_map<size_t, size_t> s_nextIndex;
|
||||
size_t FieldIntermediate::getFieldIndexForClass(size_t hash) {
|
||||
size_t modifier::getFieldIndexForClass(size_t hash) {
|
||||
return s_nextIndex[hash]++;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue