You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
-Fix freezes caused by etccomp2, closes #9183
-Normalmaps are now detected and imported as RGTC, both in S3TC and ETC2, this improves their quality.
This commit is contained in:
@@ -1564,6 +1564,10 @@ VisualServer::VisualServer() {
|
||||
|
||||
//ERR_FAIL_COND(singleton);
|
||||
singleton = this;
|
||||
GLOBAL_DEF("rendering/vram_formats/use_s3tc", true);
|
||||
GLOBAL_DEF("rendering/vram_formats/use_etc", false);
|
||||
GLOBAL_DEF("rendering/vram_formats/use_etc2", true);
|
||||
GLOBAL_DEF("rendering/vram_formats/use_pvrtc", false);
|
||||
}
|
||||
|
||||
VisualServer::~VisualServer() {
|
||||
|
||||
Reference in New Issue
Block a user