Skip to content

Commit 5b090d9

Browse files
committed
Removed commented code
1 parent 2a6dd94 commit 5b090d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FastTravelPlugin/lua/fasttravel.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
--c1xtz: comments are from Tsuka, unless they start with 'c1xtz:'
33
--thisguyStan: my comments start with 'thisguyStan:' :D
44

5-
--thisguyStan: changed these paths to use the assettoserver instance
5+
--thisguyStan: changed these paths to use the AssettoServer instance
6+
--thisguyStan: moved a few settings into AssettoServer
67

78
local config = ac.configValues({
89
mapFixedTargetPosition = "", -- { -2100, 0, 3200 },
@@ -65,7 +66,6 @@ mapShot:setClippingPlanes(10, 30000)
6566
local mapFullShot = ac.GeometryShot(ac.findNodes('sceneRoot:yes'), screenSize, 1, false)
6667

6768
local roadsNode = ac.findNodes('trackRoot:yes'):findMeshes('{ ?ROAD?, ?Road?, ?road?, ?ASPH?, ?Asph?, ?asph?, ?jnc_asp? }')
68-
-- :setBlendMode(render.BlendMode.Opaque):setCullMode(render.CullMode.Front):setDepthMode(render.DepthMode.Normal)
6969
local roadsShot = ac.GeometryShot(roadsNode, screenSize, 1, false)
7070
roadsShot:setShadersType(render.ShadersType.Simplified)
7171
roadsShot:setAmbientColor(rgbm(100, 100, 100, 1))

0 commit comments

Comments
 (0)