update for libogc
This commit is contained in:
parent
a360132579
commit
c992e47e46
|
@ -69,9 +69,9 @@ static Mtx view;
|
||||||
/* New texture based scaler */
|
/* New texture based scaler */
|
||||||
typedef struct tagcamera
|
typedef struct tagcamera
|
||||||
{
|
{
|
||||||
Vector pos;
|
guVector pos;
|
||||||
Vector up;
|
guVector up;
|
||||||
Vector view;
|
guVector view;
|
||||||
}
|
}
|
||||||
camera;
|
camera;
|
||||||
|
|
||||||
|
|
Reference in a new issue