removed unecessary include
This commit is contained in:
@@ -68,7 +68,7 @@ void VifSender::uploadMicroProgram()
|
|||||||
dma_channel_send_packet2(packet2, DMA_CHANNEL_VIF1, 1);
|
dma_channel_send_packet2(packet2, DMA_CHANNEL_VIF1, 1);
|
||||||
packet2_free(packet2);
|
packet2_free(packet2);
|
||||||
}
|
}
|
||||||
#include <fastmath.h>
|
|
||||||
void VifSender::sendMatrices(const RenderData &t_renderData, const Vector3 &t_position, const Vector3 &t_rotation)
|
void VifSender::sendMatrices(const RenderData &t_renderData, const Vector3 &t_position, const Vector3 &t_rotation)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user