mirror of
https://github.com/open-goal/jak-project
synced 2026-08-06 18:03:30 -04:00
decomp: stash changes
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
namespace decompiler {
|
||||
|
||||
TextureDB::TextureDB() : replacement_cache(TextureLRUCache(25)) {
|
||||
TextureDB::TextureDB() : replacement_cache(TextureLRUCache(50)) {
|
||||
std::vector<u32> data(16 * 16, 0xffffffff);
|
||||
add_texture(kPlaceholderWhiteTexturePage, kPlaceholderWhiteTextureId, data, 16, 16,
|
||||
"placeholder-white", "placeholder", {}, 1, 0);
|
||||
|
||||
Reference in New Issue
Block a user