mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
parent
ff38cfe179
commit
3d4177fbb2
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ public:
|
||||||
return BigLong(v);
|
return BigLong(v);
|
||||||
}
|
}
|
||||||
|
|
||||||
uint32_t ReadUInt64()
|
uint64_t ReadUInt64()
|
||||||
{
|
{
|
||||||
uint64_t v = 0;
|
uint64_t v = 0;
|
||||||
Read(&v, 8);
|
Read(&v, 8);
|
||||||
|
|
Loading…
Reference in a new issue