mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
"Swap default states for mapActive
and aiActive
in LandingComponent"
This commit is contained in:
@@ -8,8 +8,8 @@ import Tweakbox from './Tweakbox.tsx';
|
|||||||
|
|
||||||
export const LandingComponent: React.FC = () => {
|
export const LandingComponent: React.FC = () => {
|
||||||
const [intensity, setIntensity] = useState(0.99);
|
const [intensity, setIntensity] = useState(0.99);
|
||||||
const [mapActive, setMapActive] = useState(false);
|
const [mapActive, setMapActive] = useState(true);
|
||||||
const [aiActive, setAiActive] = useState(true);
|
const [aiActive, setAiActive] = useState(false);
|
||||||
|
|
||||||
const component = useComponent();
|
const component = useComponent();
|
||||||
const { setEnabledComponent } = component;
|
const { setEnabledComponent } = component;
|
||||||
|
Reference in New Issue
Block a user