anathema's picture

Incorrect assertion in TorusKnot.cs

Project:The Open Toolkit library
Version:1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:fixed
Description

Trace.Assert( TexCount > 1, "at least 1 Texture set is required." ); at line 22 should presumably check that TexCount is >= 1.


Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Robmaister's picture

#1

Status:open» fixed

Fixed in another issue.
#2677: Framebuffer Object sample crashes