Commit Description:
Make the graph slightly nicer for flat series....
Commit Description:
Make the graph slightly nicer for flat series. Avoids making the range of the graph go into the negative if the series isn't negative already.
File last commit:
Show/Diff file:
Action:
FNA/lib/FAudio/csharp/app.config
6 lines | 271 B | text/plain | TextLexer
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<dllmap dll="FAudio" os="windows" target="FAudio.dll"/>
<dllmap dll="FAudio" os="osx" target="libFAudio.0.dylib"/>
<dllmap dll="FAudio" os="linux,freebsd,netbsd,openbsd" target="libFAudio.so.0"/>
</configuration>