mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-19 22:30:06 +01:00
added video boids effect
git-svn-id: svn://code.dyne.org/veejay/trunk@111 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
@@ -205,7 +205,7 @@ static void blob_render_rect(int s, int width)
|
||||
}
|
||||
}
|
||||
|
||||
blob_func *blob_render(void)
|
||||
static blob_func *blob_render(void)
|
||||
{
|
||||
if( blob_type_ == BLOB_RECT)
|
||||
return &blob_render_rect;
|
||||
|
||||
Reference in New Issue
Block a user