Skip to content

Commit d3c0b87

Browse files
committed
rename ifdef
1 parent 1f2056f commit d3c0b87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Examples/ServiceExamples/Scripts/ExampleStreaming.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717

1818
// Uncomment to test chunked
19-
#define TEST_NEW
19+
#define CHUNK_BUFFER
2020

2121
using UnityEngine;
2222
using System.Collections;
@@ -116,7 +116,7 @@ private void OnError(string error)
116116
Log.Debug("ExampleStreaming", "Error! {0}", error);
117117
}
118118

119-
#if TEST_NEW
119+
#if CHUNK_BUFFER
120120

121121
private IEnumerator RecordingHandler()
122122
{

0 commit comments

Comments
 (0)