Page MenuHomeFeedback Tracker

Vectors and static arrays dont mix
Assigned, UrgentPublic

Description

Simple game crash bug. Creating a matrix and accessing specific indices of each vector will cause the game to crash.

vector mat[4];
Math3D.MatrixIdentity4(mat);
Print(mat[0][2]);

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 7
Category
General

Event Timeline

Geez changed the task status from New to Assigned.Jul 14 2023, 10:34 AM