catsethecat / vrmod-module

openvr module for garry's mod
zlib License
114 stars 32 forks source link

Using several functions before Init() causes the game to crash #11

Open jorjic opened 2 years ago

jorjic commented 2 years ago

Unsurprising, since the documentation says This must be called successfully before using any of the functions listed below. It's more polite to check for initialization first before doing something that crashes the game.