fix building

This commit is contained in:
Prakxo
2023-12-11 10:58:34 +00:00
parent e66483b603
commit fcb5fc64da
+1 -1
View File
@@ -19,7 +19,7 @@ void Debug_Display_init(){
}
extern Debug_display* Debug_Display_new(f32 posX, f32 posY, f32 posZ, f32 scaleX, f32 scaleY, f32 scaleZ,
s16 rotX, s16 rotY, s16 rotZ, s8 r, s8 g, s8 b, s8 alpha, s16 type, GRAPH* graph){
s16 rotX, s16 rotY, s16 rotZ, u8 r, u8 g, u8 b, u8 alpha, s16 type, GRAPH* graph){
Debug_display* display = debug_display;