From 3ac2abb0b5f84819abe6feea9d7b883b40369610 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Mon, 13 Dec 2010 21:32:35 +0200 Subject: commit before content-tile separation --- src/utility.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utility.h') diff --git a/src/utility.h b/src/utility.h index d22e1d651..4c9a2d73a 100644 --- a/src/utility.h +++ b/src/utility.h @@ -461,12 +461,12 @@ inline void getFacePositions(core::list &list, u16 d) /* This is an optimized sequence of coordinates. */ + list.push_back(v3s16( 0, 1, 0)); // top list.push_back(v3s16( 0, 0, 1)); // back list.push_back(v3s16(-1, 0, 0)); // left list.push_back(v3s16( 1, 0, 0)); // right list.push_back(v3s16( 0, 0,-1)); // front list.push_back(v3s16( 0,-1, 0)); // bottom - list.push_back(v3s16( 0, 1, 0)); // top // 6 list.push_back(v3s16(-1, 0, 1)); // back left list.push_back(v3s16( 1, 0, 1)); // back right -- cgit v1.2.3