Reorganized and added TODOs for the 31st.
This commit is contained in:
@@ -3,7 +3,7 @@ namespace RecrownedAthenaeum.Graphics.Render {
|
||||
public class Batch {
|
||||
private bool begun;
|
||||
public Batch() {
|
||||
|
||||
//TODO Finish batch.
|
||||
}
|
||||
public void Begin() {
|
||||
if (begun) throw new InvalidOperationException("This batch has already been started.");
|
||||
|
Reference in New Issue
Block a user