Light rendering optimization

This commit is contained in:
Regalis
2015-12-19 16:02:05 +02:00
parent 4234aa2094
commit e10bffde9b
6 changed files with 52 additions and 13 deletions
-2
View File
@@ -119,8 +119,6 @@ namespace Barotrauma
get { return targetPos; }
set {
targetPos = value;
System.Diagnostics.Debug.WriteLine(value);
}
}