[ox/mc] Fix MetalClawDefWriter OpType
This commit is contained in:
parent
75aeedb7b5
commit
1c6e40220b
2
deps/ox/src/ox/mc/defwriter.hpp
vendored
2
deps/ox/src/ox/mc/defwriter.hpp
vendored
@ -58,7 +58,7 @@ class MetalClawDefWriter {
|
|||||||
constexpr void setTypeInfo(const char *name, int fields);
|
constexpr void setTypeInfo(const char *name, int fields);
|
||||||
|
|
||||||
constexpr OpType opType() {
|
constexpr OpType opType() {
|
||||||
return OpType::Write;
|
return OpType::WriteDefinition;
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user