Skip to content

Commit 41f1804

Browse files
committed
Rename feature.
1 parent 24a33e7 commit 41f1804

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

builtin/game/features.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ core.features = {
4747
particle_blend_clip = true,
4848
remove_item_match_meta = true,
4949
httpfetch_additional_methods = true,
50-
vision_color_transform = true,
50+
color_transform_matrix = true,
5151
}
5252

5353
function core.has_feature(arg)

doc/lua_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5811,7 +5811,7 @@ Utilities
58115811
-- The HTTP API supports the HEAD and PATCH methods (5.12.0)
58125812
httpfetch_additional_methods = true,
58135813
-- Scene color can be transformed by transform matrix (5.13.0)
5814-
vision_color_transform = true,
5814+
color_transform_matrix = true,
58155815
}
58165816
```
58175817

0 commit comments

Comments
 (0)