Skip to content

Commit

Permalink
fix DMX for OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
sphaero committed Apr 23, 2024
1 parent fc7e426 commit 261e0f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -437,11 +437,11 @@ void register_actors() {
sphactor_register<Record>("Record", Record::capabilities );
sphactor_register<ModPlayerActor>( "ModPlayer", ModPlayerActor::capabilities );
sphactor_register<ProcessActor>( "Process", ProcessActor::capabilities );
#ifdef HAVE_OPENVR
#ifdef HAVE_DMX
sphactor_register<DmxActor>( "DmxOut", DmxActor::capabilities );
#endif
sphactor_register<IntSlider>( "IntSlider", IntSlider::capabilities );
sphactor_register<FloatSlider>( "FloatSlider", FloatSlider::capabilities );
#endif
#ifdef PYTHON3_FOUND
int rc = python_init();
assert( rc == 0);
Expand Down

0 comments on commit 261e0f5

Please sign in to comment.