
Incorrect assertion in TorusKnot.cs
Posted Saturday, 26 March, 2011 - 14:34 by anathema| Project: | The Open Toolkit library |
| Version: | 1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | fixed |
Jump to:
Description
Trace.Assert( TexCount > 1, "at least 1 Texture set is required." ); at line 22 should presumably check that TexCount is >= 1.


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