Fixed duplicate declaration of socket in sendDREFTest.
This commit is contained in:
@@ -158,7 +158,6 @@ int sendDREFTest() // sendDREF test
|
|||||||
};
|
};
|
||||||
float* data[DREF_COUNT];
|
float* data[DREF_COUNT];
|
||||||
int sizes[DREF_COUNT];
|
int sizes[DREF_COUNT];
|
||||||
XPCSocket sock = openUDP("localhost");
|
|
||||||
float* values[DREF_COUNT];
|
float* values[DREF_COUNT];
|
||||||
XPCSocket sock = openUDP("localhost");
|
XPCSocket sock = openUDP("localhost");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user