Reorganized and added TODOs for the 31st.

This commit is contained in:
2019-12-28 17:06:04 -06:00
parent 4d50e479a6
commit 48a2671b95
5 changed files with 12 additions and 4 deletions

View File

@@ -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.");