Skip to content

Commit 2eb9db1

Browse files
authored
Update README.md
1 parent adfcb5f commit 2eb9db1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,7 @@ If you have a custom PCH, you should add these includes to it.
5555

5656
## Asserts
5757

58-
VoxelCore uses its own assertion macros (`checkVoxelSlow` etc).
59-
This allows disabling them in Development Editor builds, which is important for performance-heavy editor features to be fast.
60-
61-
You can change this behavior [here](https://github.com/VoxelPlugin/VoxelCore/blob/master/Source/VoxelCore/VoxelCore.Build.cs#L19).
58+
VoxelCore uses its own assertion macros (`checkVoxelSlow` etc). By default, they follow `DO_CHECK`. You can manually disable them by defining `VOXEL_DEBUG` to 0 before including `VoxelMinimal.h`
6259

6360
## Performance details
6461

0 commit comments

Comments
 (0)