mirror of
https://github.com/celisej567/LibBSP.git
synced 2026-09-04 15:35:12 +03:00
Add a todo reminding me to do MoHRadiant terrain.
This commit is contained in:
@@ -51,6 +51,7 @@ namespace LibBSP {
|
||||
texture = lines[2];
|
||||
|
||||
switch (lines[0]) {
|
||||
// TODO: MoHRadiant terrain?
|
||||
case "terrainDef": {
|
||||
for (int i = 2; i < lines.Length; ++i) {
|
||||
string[] line = lines[i].Split(new char[] { ' ' }, StringSplitOptions.RemoveEmptyEntries);
|
||||
|
||||
Reference in New Issue
Block a user