Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando-A-Rocha committed Aug 1, 2024
1 parent dc6ca3f commit d6aa242
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion newmodels_reborn/models/vehicle/490/-1.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-- These are the optional model settings. Any line that doesn't contain these words is ignored.
disableAutoFree
disableTXDTextureFiltering
enableDFFAlphaTransparency
enableDFFAlphaTransparency
1 change: 0 additions & 1 deletion newmodels_reborn/scripts/core/client_logic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ end

local function freeAllocatedModel(customModel, loadedModel)
if loadedModel.disableAutoFree then
print("Not freeing custom model " .. customModel .. " because it has disableAutoFree set")
return
end

Expand Down
1 change: 0 additions & 1 deletion newmodels_reborn/scripts/core/server_logic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ local function loadModels()
end
end
customModelInfo[customModel].settings = customModelSettings
iprint(customModelSettings)
else
customModelInfo[customModel][fileType] = thisFullPath
if name then
Expand Down

0 comments on commit d6aa242

Please sign in to comment.