mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-22 06:52:20 +00:00
[CHG] pngtest.c was deleted (not needed to build libpng)
This commit is contained in:
parent
f229e1b581
commit
1012d5a101
2 changed files with 1 additions and 1703 deletions
|
@ -294,8 +294,7 @@ void GRRLIB_DrawSphere(f32 r, int lats, int longs, bool filled) {
|
|||
* @param size Size of the cube edge.
|
||||
* @param filled Wired or not.
|
||||
*/
|
||||
void GRRLIB_DrawCube(f32 size, bool filled)
|
||||
{
|
||||
void GRRLIB_DrawCube(f32 size, bool filled) {
|
||||
static f32 n[6][3] =
|
||||
{
|
||||
{-1.0, 0.0, 0.0},
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue