more accurate block test types
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
This commit is contained in:
parent
83185bb8ce
commit
ccde488b23
@ -7,12 +7,12 @@
|
|||||||
{
|
{
|
||||||
"id" : 1,
|
"id" : 1,
|
||||||
"name" : "brick",
|
"name" : "brick",
|
||||||
"texture" : "/Textures/Ground/Dirt2_256.png"
|
"texture" : "/Textures/Ground/tileableSlabstone.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id" : 2,
|
"id" : 2,
|
||||||
"name" : "grass",
|
"name" : "wood",
|
||||||
"texture" : "/Textures/Ground/GrassTileable256.png"
|
"texture" : "/Textures/wooden.png"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -1341,6 +1341,7 @@ Increase sim range to fight game object pop-in
|
|||||||
Filter select-able saves on singleplayer screen to full game saves
|
Filter select-able saves on singleplayer screen to full game saves
|
||||||
Increase number of invalid openAL IDs
|
Increase number of invalid openAL IDs
|
||||||
Fix audio engine not cleaning up audio sources
|
Fix audio engine not cleaning up audio sources
|
||||||
|
More accurate block test types
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user