1
0
ответвлено от mtcontrib/regional_weather
* Textures: fix invalid srgb profiles

* Deprecated get_player_velocity -> get_velocity

* Deprecated: boolean value for use_texture_alpha

---------

Co-authored-by: mazes 80 <>
Этот коммит содержится в:
mazes-80
2023-02-22 03:12:24 +01:00
коммит произвёл GitHub
родитель 4b44f25ef8
Коммит 351c11b3c7
5 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -50,7 +50,7 @@ local function generate_effects(params)
override["climate_api:skybox"] = skybox
local movement = params.player:get_player_velocity()
local movement = params.player:get_velocity()
local movement_direction
if (vector.length(movement) < 0.1) then
movement_direction = vector.new(0, 0, 0)