Code cleanup.
This commit is contained in:
@@ -253,7 +253,7 @@ namespace Cryville.Crtr {
|
|||||||
readonly Func<float> _cb;
|
readonly Func<float> _cb;
|
||||||
readonly string _format;
|
readonly string _format;
|
||||||
readonly ArrayPool<byte> _pool;
|
readonly ArrayPool<byte> _pool;
|
||||||
readonly StringBuffer _buf = new StringBuffer();
|
readonly StringBuffer _buf = new StringBuffer() { Culture = CultureInfo.InvariantCulture };
|
||||||
public ScoreStringSrc(ArrayPool<byte> pool, Func<float> cb, string format)
|
public ScoreStringSrc(ArrayPool<byte> pool, Func<float> cb, string format)
|
||||||
: base(PdtInternalType.String) {
|
: base(PdtInternalType.String) {
|
||||||
_pool = pool;
|
_pool = pool;
|
||||||
|
|||||||
Reference in New Issue
Block a user