func_rotating stops rotating after some time

DrSquishy

we've all had better times to die
aa
Feb 10, 2017
1,300
974
func_rotating has a hardcoded max angle of 3600000 or so. once it rotates however many times and hits that, it'll just stop - you need to reverse the spin direction/start a new func_rotating/etc to get around this limit (or use a different entity)