Run spell check over solution.
This commit is contained in:
committed by
Matthias Mailänder
parent
ebf90970b2
commit
96de59f75a
@@ -110,7 +110,7 @@ namespace OpenRA.Mods.Cnc.SpriteLoaders
|
||||
}
|
||||
}
|
||||
|
||||
// Keep a 1px empty border to work avoid rounding issues in the gpu shader.
|
||||
// Keep a 1px empty border to work avoid rounding issues in the GPU shader.
|
||||
if (left > 0)
|
||||
left--;
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ using OpenRA.Traits;
|
||||
|
||||
namespace OpenRA.Mods.Cnc.Traits
|
||||
{
|
||||
[Desc("Implements the charge-then-burst attack logic specific to the RA tesla coil.")]
|
||||
[Desc("Implements the charge-then-burst attack logic specific to the RA Tesla coil.")]
|
||||
sealed class AttackTeslaInfo : AttackBaseInfo
|
||||
{
|
||||
[Desc("How many charges this actor has to attack with, once charged.")]
|
||||
|
||||
Reference in New Issue
Block a user