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