Replace non-ASCII quotes.
This commit is contained in:
parent
c1f4a60a9e
commit
671b1a95f1
|
@ -143,7 +143,7 @@ public:
|
||||||
commandCursor = 0;
|
commandCursor = 0;
|
||||||
size = 0;
|
size = 0;
|
||||||
|
|
||||||
// A “command without parameters” is one of the four following commands:
|
// A "command without parameters" is one of the four following commands:
|
||||||
// - PushMatrix
|
// - PushMatrix
|
||||||
// - LoadIdentity
|
// - LoadIdentity
|
||||||
// - End
|
// - End
|
||||||
|
|
Loading…
Reference in New Issue