aboutsummaryrefslogtreecommitdiff
path: root/src/decal.zig
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2023-08-25 03:07:59 +0900
committerNguyễn Gia Phong <cnx@loang.net>2023-08-25 03:07:59 +0900
commitd08aaf50515cf3fcf03e6523976258b02f6b2e95 (patch)
tree08a1eaf05b05b41c3c612769e1b249eef41b9c46 /src/decal.zig
parent95cdcaf3214a29cbe6ea5d39ac4616eefd963b03 (diff)
downloadblackshades-d08aaf50515cf3fcf03e6523976258b02f6b2e95.tar.gz
Narrow visions flag to a bool
Diffstat (limited to 'src/decal.zig')
-rw-r--r--src/decal.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/decal.zig b/src/decal.zig
index de4d9e8..a89fc22 100644
--- a/src/decal.zig
+++ b/src/decal.zig
@@ -18,7 +18,6 @@
// You should have received a copy of the GNU General Public License
// along with Black Shades. If not, see <https://www.gnu.org/licenses/>.
-//const f32Eps = std.math.floatEps(f32);
const XYZ = @import("geom.zig").XYZ;
const c = @import("cimport.zig");