Skip to content
Snippets Groups Projects
Commit dbc4b209 authored by Chang, Ryan's avatar Chang, Ryan
Browse files

yeet

parent fd54bbc2
No related branches found
No related tags found
No related merge requests found
using System.Threading;
using UnityEngine;
public class TerrainChunkerThreads : TerrainChunker
{
private ShapeGeneratorThread shapeGenerator;
//private ThreadStart shapeStart;
private Thread shapeThread;
private CancellationTokenSource cts;
protected override bool CheckIfFinished()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment