mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-25 01:00:47 +00:00
fix: remove byte type alias
This commit is contained in:
@@ -51,7 +51,7 @@ private:
|
||||
static size_t s_currentConfigSize;
|
||||
|
||||
static size_t s_dataWrittenSize;
|
||||
static byte *s_dataWritten;
|
||||
static uint8_t *s_dataWritten;
|
||||
|
||||
public:
|
||||
static void Tick();
|
||||
|
||||
Reference in New Issue
Block a user