Draw aircraft locations in the new map.

https://github.com/dcs-liberation/dcs_liberation/issues/2039
This commit is contained in:
Dan Albert
2022-03-04 18:34:01 -08:00
parent 980d8f3092
commit 88cd9e19c5
9 changed files with 72 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ export const store = configureStore({
tgos: tgosReducer,
},
// The logger middleware must be last or it won't log actions.
middleware: [logger],
//middleware: [logger],
});
export type AppDispatch = typeof store.dispatch;