diff --git a/src/app/fear/page.tsx b/src/app/fear/page.tsx
index 7429af6..5651cd5 100644
--- a/src/app/fear/page.tsx
+++ b/src/app/fear/page.tsx
@@ -8,7 +8,7 @@ import { Suspense, useEffect, useState } from "react";
import { AmbientSound } from './scene-components/ambient-sound';
-import { fearState } from './state';
+import { FEAR_SETTINGS, fearState } from './state';
import TheCreature from './scene-components/creature';
import Player from './scene-components/player';
@@ -86,17 +86,16 @@ export default function Fear() {
-
- {/* */}
-
-
+ {FEAR_SETTINGS.TEST_MODE ? : }
+ {FEAR_SETTINGS.TEST_MODE ? null : }
+ {FEAR_SETTINGS.TEST_MODE ? null : < PostProcessing />}
-
+
void>();