Skip to content

Commit

Permalink
Fix compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielChappuis committed Mar 7, 2024
1 parent d08a462 commit b199757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/reactphysics3d/utils/Profiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ class Profiler {
:Destination(format), mFilePath(filePath),
mFileStream(filePath, std::ios::binary) {

assert(mFileStream.is_open())
assert(mFileStream.is_open());
}

/// Destructor
Expand Down

0 comments on commit b199757

Please sign in to comment.