mirror of
https://github.com/PAMGuard/PAMGuard.git
synced 2025-05-10 16:47:25 +00:00
Update D3Control.java
don't actually enable the FX for d3 since it doesn't work
This commit is contained in:
parent
7665c1257f
commit
c3b58ab3e2
@ -45,7 +45,7 @@ public class D3Control extends OfflineFileControl {
|
||||
super(unitType, unitName);
|
||||
|
||||
TDDataProviderRegister.getInstance().registerDataInfo(d3DataPlotProvider = new D3DataPlotProvider(this, getD3DataBlock()));
|
||||
TDDataProviderRegisterFX.getInstance().registerDataInfo(d3PlotProvider = new D3DataProviderFX(this, getD3DataBlock()));
|
||||
// TDDataProviderRegisterFX.getInstance().registerDataInfo(d3PlotProvider = new D3DataProviderFX(this, getD3DataBlock()));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user