Fixed compiler warning on Image load

pull/1/head
asb2m10 9 years ago
parent d3bf7393d2
commit d1d506fc61
  1. BIN
      Builds/MacOSX/Dexed.xcodeproj/project.xcworkspace/xcuserdata/asb2m10.xcuserdatad/UserInterfaceState.xcuserstate
  2. 1
      README.md
  3. 2
      Source/DXLookNFeel.cpp

@ -18,6 +18,7 @@ in the source folder) stays on the Apache 2.0 license to able to collaborate bet
Changelog
---------
#### Version 0.9.1
* Wheel, Foot, Breath, Aftertouch modulation support
* Drop of .syx files in the cartridge manager
* Dexed data directory can now optionally reside in the same location where the binary is installed
* 'Send current program to DX7' in Cartridge Manager works as designed

@ -25,7 +25,7 @@
#define REG_COLOUR(id, value) setColour(id, value); colourMap.set(#id, id)
Image &findImage(String path) {
Image findImage(String path) {
Image img;
if ( path.length() <= 3 )
return img;

Loading…
Cancel
Save