You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-4
Original file line number
Diff line number
Diff line change
@@ -55,10 +55,7 @@ If you have a custom PCH, you should add these includes to it.
55
55
56
56
## Asserts
57
57
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`
0 commit comments