dstar-lite icon indicating copy to clipboard operation
dstar-lite copied to clipboard

Can't update cells

Open ghost opened this issue 7 years ago • 1 comments

The "Using in your own source" example in the read-me does not work. I get an illegal instruction error on line 390 of Dstar.cpp:

cellHash[u].cost = val;

ghost avatar Dec 11 '17 17:12 ghost

Works with G++, not with Clang++.

JacobSussan avatar Dec 11 '17 19:12 JacobSussan