Removed non-ASCII characters

This commit is contained in:
Maciej Suminski 2017-01-12 09:20:04 +01:00
parent 67b0a8c990
commit aabf8300c3
2 changed files with 3 additions and 3 deletions

View File

@ -335,7 +335,7 @@ const char smaa_base_shader_p1[] = R"SHADER_SOURCE(
* *
* The shader has three passes, chained together as follows: * The shader has three passes, chained together as follows:
* *
* |input|------------------· * |input|------------------\
* v | * v |
* [ SMAA*EdgeDetection ] | * [ SMAA*EdgeDetection ] |
* v | * v |
@ -345,7 +345,7 @@ const char smaa_base_shader_p1[] = R"SHADER_SOURCE(
* v | * v |
* |blendTex| | * |blendTex| |
* v | * v |
* [ SMAANeighborhoodBlending ] <------· * [ SMAANeighborhoodBlending ] <------/
* v * v
* |output| * |output|
* *

View File

@ -1,4 +1,4 @@
/* /*
* This program source code file is part of KiCad, a free EDA CAD application. * This program source code file is part of KiCad, a free EDA CAD application.
* *
* Copyright (C) 2013-2016 CERN * Copyright (C) 2013-2016 CERN