diff options
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 ); } |
