mtasa-blue
mtasa-blue copied to clipboard
Corona reflections do not render on custom placed objects
Describe the bug
Corona reflections do not render on custom placed objects.
Steps to reproduce
- Enable "Corona rain reflections" in visual settings.
run setWeather(8) obj = Object(5501, 0, 0, 10) me.position = Vector3(0, 0, 10 + 1)
crun marker = Marker(0, 0, 10 + 1, "corona", 1.0) marker:setCoronaReflectionEnabled(true)
Additional context
Similar to #450.