mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Updated the build system, now using .NET Framework v4.0 for most things
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
{
|
||||
public RiceContext()
|
||||
{
|
||||
rparams = new int[Flake.MAX_PARTITIONS];
|
||||
esc_bps = new int[Flake.MAX_PARTITIONS];
|
||||
rparams = new int[FlakeConstants.MAX_PARTITIONS];
|
||||
esc_bps = new int[FlakeConstants.MAX_PARTITIONS];
|
||||
}
|
||||
/// <summary>
|
||||
/// partition order
|
||||
|
||||
Reference in New Issue
Block a user