forked from Shardstone/trail-into-darkness
added logger to character creation, default character setup, gameplay flow and textmeshpro stuff
This commit is contained in:
@@ -63,7 +63,7 @@ namespace Jovian.InGameLogging {
|
||||
|
||||
head = 0;
|
||||
count = 0;
|
||||
for(int i = 0; i < kept.Count; i++) {
|
||||
for(var i = 0; i < kept.Count; i++) {
|
||||
buffer[i] = kept[i];
|
||||
count++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user