Skip to content

Commit 53e126a

Browse files
authored
List only jpg and png as screenshot format options (#11675)
The other formats are no longer supported in Minetest Irrlicht.
1 parent b4b9bee commit 53e126a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builtin/settingtypes.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ shadow_poisson_filter (Poisson filtering) bool true
614614
# but also uses more resources.
615615
shadow_filters (Shadow filter quality) enum 1 0,1,2
616616

617-
# Enable colored shadows.
617+
# Enable colored shadows.
618618
# On true translucent nodes cast colored shadows. This is expensive.
619619
shadow_map_color (Colored shadows) bool false
620620

@@ -937,7 +937,7 @@ chat_font_size (Chat font size) int 0
937937
screenshot_path (Screenshot folder) path screenshots
938938

939939
# Format of screenshots.
940-
screenshot_format (Screenshot format) enum png png,jpg,bmp,pcx,ppm,tga
940+
screenshot_format (Screenshot format) enum png png,jpg
941941

942942
# Screenshot quality. Only used for JPEG format.
943943
# 1 means worst quality; 100 means best quality.

0 commit comments

Comments
 (0)