Skip to content

Commit

Permalink
Testing with events code
Browse files Browse the repository at this point in the history
  • Loading branch information
josesimoes committed Jun 12, 2024
1 parent 35162a9 commit a356578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targets/win32/nanoCLR/targetPAL_Events.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ bool Events_Initialize()
{
Events_Initialize_Platform();

std::lock_guard<std::mutex> lock(EventsMutex);
//std::lock_guard<std::mutex> lock(EventsMutex);

SystemEvents = 0;

Expand Down

0 comments on commit a356578

Please sign in to comment.