Skip to content

Commit 39f0bfc

Browse files
Make loadRawData false by default
1 parent f51463a commit 39f0bfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

newmodels_red/scripts/core/shared_config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ DEFAULT_AUTO_MODEL_SETTINGS = {
55
["disableAutoFree"] = false,
66
["disableTXDTextureFiltering"] = false,
77
["enableDFFAlphaTransparency"] = false,
8-
["loadRawData"] = true,
8+
["loadRawData"] = false,
99
}
1010

1111
-- For downloadFile behavior

0 commit comments

Comments
 (0)