This commit is contained in:
Dr. Chat
2015-08-29 22:21:25 -05:00
parent 50535b07c3
commit f80e5fc98d
4 changed files with 17 additions and 15 deletions

View File

@@ -137,8 +137,8 @@ void XmaDecoder::WorkerThreadMain() {
// TODO: Need thread safety to do this.
// Probably not too important though.
//registers_.current_context = n;
//registers_.next_context = (n + 1) % kContextCount;
// registers_.current_context = n;
// registers_.next_context = (n + 1) % kContextCount;
}
}
}