From f1a9b78ffeab27b68d75d4f87e743449203626f6 Mon Sep 17 00:00:00 2001 From: YungDaVinci Date: Sat, 14 Feb 2015 09:54:24 -0500 Subject: [PATCH] Update ActorMultiVertex.h Uh, that's not what ActorMultiVertex does. --- src/ActorMultiVertex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ActorMultiVertex.h b/src/ActorMultiVertex.h index 2c4f949aec..f0c0fc6b93 100644 --- a/src/ActorMultiVertex.h +++ b/src/ActorMultiVertex.h @@ -1,4 +1,4 @@ -/** @brief ActorMultiVertex - A texture created from multiple textures. */ +/** @brief ActorMultiVertex - An actor with mutiple vertices. Can be used to create shapes that quads can't. */ #include "Actor.h" #include "CubicSpline.h"