mirror of
https://github.com/APercy/automobiles_pck
synced 2025-08-22 12:55:49 +02:00
fix error
This commit is contained in:
parent
8b61e80ad7
commit
fc83a312e9
@ -409,7 +409,7 @@ end
|
||||
--painting
|
||||
function automobiles_lib.paint(self, colstr, target_texture, second_painting_texture)
|
||||
target_texture = target_texture or "automobiles_painting.png"
|
||||
second_painting_texture = second_painting_texture or "'automobiles_painting2.png"
|
||||
second_painting_texture = second_painting_texture or "automobiles_painting2.png"
|
||||
if colstr then
|
||||
self._color = colstr
|
||||
local l_textures = self.initial_properties.textures
|
||||
|
Loading…
Reference in New Issue
Block a user