mtasa-blue icon indicating copy to clipboard operation
mtasa-blue copied to clipboard

Corona reflections do not render on custom placed objects

Open lopezloo opened this issue 3 years ago • 0 comments

Describe the bug

Corona reflections do not render on custom placed objects.

Steps to reproduce

  1. 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.

lopezloo avatar Sep 19 '22 09:09 lopezloo