diff options
| author | Nguyễn Gia Phong <cnx@loang.net> | 2023-08-25 03:07:59 +0900 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2023-08-25 03:07:59 +0900 |
| commit | d08aaf50515cf3fcf03e6523976258b02f6b2e95 (patch) | |
| tree | 08a1eaf05b05b41c3c612769e1b249eef41b9c46 /src/decal.zig | |
| parent | 95cdcaf3214a29cbe6ea5d39ac4616eefd963b03 (diff) | |
| download | blackshades-d08aaf50515cf3fcf03e6523976258b02f6b2e95.tar.gz | |
Narrow visions flag to a bool
Diffstat (limited to 'src/decal.zig')
| -rw-r--r-- | src/decal.zig | 1 |
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"); |
