Skip to content

Commit b5b1c6f

Browse files
authored
chore: fix plugin build on Mac/Linux (#388)
1 parent 6ec83c0 commit b5b1c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins~/Src/MeshSyncClientBlender/msblenUtils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ inline mu::float4 to_float4(const MLoopCol& c)
136136
#ifdef BLENDER_DEBUG_LOGS
137137
void debug_log(std::string message);
138138
#else
139-
#define debug_log()
139+
#define debug_log(x)
140140
#endif
141141

142142
}

0 commit comments

Comments
 (0)