diff options
| author | aura <nw@moneybot.cc> | 2026-03-16 15:40:03 +0100 |
|---|---|---|
| committer | aura <nw@moneybot.cc> | 2026-03-16 15:40:03 +0100 |
| commit | 991352b0d2767e6bd1a46f554db4ac9d208c13ad (patch) | |
| tree | ec89dcc1bf6e5ad21474ee91a8b9d0f8301c7f1c /src/editor/editor.cpp | |
| parent | e59a032fb9afac6496acf3fba51a2a329bd0f992 (diff) | |
finish prop rewrite
Diffstat (limited to 'src/editor/editor.cpp')
| -rw-r--r-- | src/editor/editor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/editor/editor.cpp b/src/editor/editor.cpp index bc14146..ba61961 100644 --- a/src/editor/editor.cpp +++ b/src/editor/editor.cpp @@ -56,7 +56,6 @@ static U8 editor_clr_eq( const CLR& a, const CLR& b ) { static U8 editor_vertex_eq( const MAP_VERTEX& a, const MAP_VERTEX& b ) { return a.pos == b.pos - && a.normal == b.normal && a.uv == b.uv && editor_clr_eq( a.clr, b.clr ); } |
