Skip to content

Commit b02a74e

Browse files
committed
rename 3D file to 3d for consistency
1 parent 71409ac commit b02a74e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/LinuxMain.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ let SS3D:FBM<SuperSimplexNoise3D> = FBM<SuperSimplexNoise3D>(amplitude: 0.5*127.
5555
t0 = clock()
5656
pixbuf = SS3D.sample_area_saturated_to_u8(width: viewer_size, height: viewer_size, offset: 127.5)
5757
print(clock() - t0)
58-
try png_encode(path: "tests/super_simplex3D.png", raw_data: pixbuf, properties: png_properties)
58+
try png_encode(path: "tests/super_simplex3d.png", raw_data: pixbuf, properties: png_properties)
File renamed without changes.

0 commit comments

Comments
 (0)