mirror of
				https://github.com/hyperion-project/hyperion.ng.git
				synced 2025-03-01 10:33:28 +00:00 
			
		
		
		
	Fixed incorrect key in json-config generation
Former-commit-id: 106473ec0b87c710b941e4541a24fe2dd7451c2a
This commit is contained in:
		| @@ -1 +1 @@ | ||||
| 58c9b56f08a3ea76161730b0f8b8f102e8d70143 | ||||
| 5f89c576076370408e88f29bd2713acd0533c845 | ||||
| @@ -76,7 +76,7 @@ public class ColorConfig { | ||||
| 		strBuf.append("\t\t\"hsv\" :\n"); | ||||
| 		strBuf.append("\t\t{\n"); | ||||
| 		strBuf.append(String.format(Locale.ROOT, "\t\t\t\"saturationGain\" : %.4f,\n", mSaturationGain)); | ||||
| 		strBuf.append(String.format(Locale.ROOT, "\t\t\t\"valuGain\"       : %.4f\n", mValueGain)); | ||||
| 		strBuf.append(String.format(Locale.ROOT, "\t\t\t\"valueGain\"      : %.4f\n", mValueGain)); | ||||
| 		 | ||||
| 		strBuf.append("\t\t}"); | ||||
| 		return strBuf.toString(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user