massive number of fixes, removed compilation error, logs, negative scale issues, serialization issues ETC
This commit is contained in:
@@ -26,7 +26,7 @@ public class PostProcessController : MonoBehaviour
|
||||
// Funkcja p<>ynnie w<><77>cza efekt post-processingu (od 0 do 1) w czasie ustawionym w duration
|
||||
public void EnablePostProcessing()
|
||||
{
|
||||
if (volume != null)
|
||||
if (volume != null && isActiveAndEnabled)
|
||||
{
|
||||
// Je<4A>li ju<6A> jest jaka<6B> coroutina w trakcie, zatrzymujemy j<>
|
||||
if (currentCoroutine != null)
|
||||
|
||||
Reference in New Issue
Block a user