Skip to content

Commit 176d96c

Browse files
authored
switch default value of wrapInBundle from true to false. (#6901)
#changelog #addons
1 parent 967f59a commit 176d96c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/ofxOsc/src/ofxOscSender.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class ofxOscSender{
4444

4545
/// send the given message
4646
/// if wrapInBundle is true (default), message sent in a timetagged bundle
47-
void sendMessage(const ofxOscMessage &message, bool wrapInBundle=true);
47+
void sendMessage(const ofxOscMessage &message, bool wrapInBundle=false);
4848

4949
/// send the given bundle
5050
void sendBundle(const ofxOscBundle &bundle);

0 commit comments

Comments
 (0)