Format engine codebase with ReSharper

This commit is contained in:
Wojtek Figat
2022-06-14 19:05:04 +02:00
parent 3294624849
commit d4d27b88f0
82 changed files with 276 additions and 775 deletions

View File

@@ -9,7 +9,6 @@
class Crc
{
public:
// Helper lookup table with cached CRC values.
static uint32 CachedCRCTablesSB8[8][256];