fixes to match latest libpacket2 commit
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
#include <draw_types.h>
|
||||
#include <draw_primitives.h>
|
||||
#include <math3d.h>
|
||||
#include <spacket.h>
|
||||
#include <packet2.h>
|
||||
#include "../models/mesh.hpp"
|
||||
#include "../models/math/matrix.hpp"
|
||||
#include "../models/screen_settings.hpp"
|
||||
@@ -45,8 +45,8 @@ private:
|
||||
texel_t *st;
|
||||
u8 isAnyObjectAdded;
|
||||
ScreenSettings *screen;
|
||||
spacket_t *packets[2];
|
||||
spacket_t *currentPacket;
|
||||
packet2_t *packets[2];
|
||||
packet2_t *currentPacket;
|
||||
u8 packetsCount;
|
||||
int packetSize;
|
||||
float halfScreenW, halfScreenH;
|
||||
|
||||
Reference in New Issue
Block a user