diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2021-05-20 14:58:03 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2021-05-20 14:58:03 +0200 |
commit | 12462d9055bded888ae5ced2e121e667b3e0e0e3 (patch) | |
tree | 6b8f52e6ca663d69b4e5e5c004c1cefdbd361be3 /core/io/file_access_pack.h | |
parent | 342f3efc7ec41f3a4e439c0c0e6a2d0f0f2fbe41 (diff) | |
download | redot-engine-12462d9055bded888ae5ced2e121e667b3e0e0e3.tar.gz |
Rename File's `endian_swap` to `big_endian`
This new name is more consistent with ResourceSaver and StreamPeer.
Diffstat (limited to 'core/io/file_access_pack.h')
-rw-r--r-- | core/io/file_access_pack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/io/file_access_pack.h b/core/io/file_access_pack.h index e47c9ea543..f03b77681d 100644 --- a/core/io/file_access_pack.h +++ b/core/io/file_access_pack.h @@ -171,7 +171,7 @@ public: virtual uint64_t get_buffer(uint8_t *p_dst, uint64_t p_length) const; - virtual void set_endian_swap(bool p_swap); + virtual void set_big_endian(bool p_big_endian); virtual Error get_error() const; |