mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 06:05:40 +12:00
correct comment
This commit is contained in:
parent
779e30e3e5
commit
90420160f2
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ struct BufferHandle {
|
|||
size_t offset;
|
||||
};
|
||||
|
||||
// 64MB buffer for caching vertex data
|
||||
// 128MB buffer for caching vertex data
|
||||
#define CACHE_BUFFER_SIZE 128 * 1024 * 1024
|
||||
|
||||
class VertexBufferCache {
|
||||
|
|
Loading…
Add table
Reference in a new issue